LANG SELRCT

Apps Script Reference  (Create: Create new Spreadsheet | Create new Apps Script

Wednesday, July 1, 2020

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

Creating a template copier app in Google Apps Script

Introduction This article will show you a template copier application in Google Apps Script.  This application will automatically copy a t...