Apps Script公式リファレンス: Apps Script Reference |障害・課題追跡: IssueTracker |Google Workspace: Status Dashboard - Summary

2020年7月1日水曜日

JIRAのフィールドを特定のプロジェクトにだけ適用したい


MISSION
同一の画面を使っているプロジェクトにフィールドを追加した際、特定のプロジェクトにだけフィールドを表示する。


KEY
Edit Configuration > Apply to issues under selected projects



STEPS


STEP1
Project settingsをクリックします。



STEP2
Fieldsをクリックします。



STEP3
右端の鉛筆アイコンをクリックします。



STEP4
Custom fieldsをクリックします。



STEP5
① 対象のフィールド名を検索します。
② 右上の ... アイコンをクリックします。
③ Contexts and default valueをクリックします。




STEP6
Edit Configurationをクリックします。



STEP7
① Apply to issues under selected projectsをチェックします。
② プロジェクトを選択します。



APPENDIX

複数の設定が絡み合っている感があって、ちょっと混乱しましたがおそらく
  • フィルタを適用した画面に複数のプロジェクトが紐付いていなければ、上記STEPは不要
  • 対象のプロジェクトの画面にフィルタが適用されていなければ、Apply to issues under selected projectsで選択しても画面には表示されない

Latest post

Google Apps Scriptの障害時はIssueTrackerを見てみる - Incidents for Apps Script are reported on Issue Tracker

IssueTracker > Apps Script issues https://issuetracker.google.com/savedsearches/566234 Google Apps Scriptの障害時は IssueTracker に課題が上がっていることが...