Hi all,
I am a newbie of jira and I need to create a custom field (a checkbox). The value of the checkbox cannot be hard coded, instead I need to query a field called "Project Category" and get the value from there.
I took a look at the field setup. For checkbox it doesn't look like I have the choice to do any kind of query. Checked the scripted field setup and I don't have much idea how to set that up. Can anyone tell me where should I start with ?
If you want to query and generate the values on the fly each time, it is expensive for the page to load, I assume this only makes sense if you change the project categories often.
It doesn't make sense to dynamically generate the list neither, because each option in the checkbox represent the information your user entered in history of time, you shouldn't really be changing it! A better approach is for you to populate the list (adding options) on schedule or by trigger. This can be done via JIRA REST API.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.