I share this blog with my thoughts and creations from my daily programming, knowledge, and technology updates.
Apps Scriptリファレンス: Apps Script Reference
|障害・課題追跡: IssueTracker
|Google Workspace: Status Dashboard
- Summary
2019年7月15日月曜日
JIRAのスクラムプロジェクトでレポート機能を有効にする
「プロジェクト設定」をクリックします
「機能」をクリックして「レポート」の右端のボタンをクリックします
これでレポートが有効になります
参考
次世代ソフトウェア プロジェクトでのレポートの有効化
https://ja.confluence.atlassian.com/jirasoftwarecloud/reports-952607296.html
レポート
https://ja.confluence.atlassian.com/jirasoftwarecloud/reporting-764478415.html
アジリティ機能を有効にする
https://ja.confluence.atlassian.com/jirasoftwarecloud/enable-agile-features-945104930.html
Latest post
Googleドキュメントに見出しを追加したい
今回の例では、ドキュメントの末尾に「見出しD」 を追加します。 見出しA, B, C, Dのスタイルは、見出し3 ( HEADING3 ) に設定しています。 下記Code.gsの GOOGLE_DOCUMENT_URL を設定して addHeadingToEnd() を...