Hi All,
I have 2 custom fields, 1 for the quarter and the other is for the single select value. I want to make it available when I choose Q1 is Field 1, Field 2 only shows 1-10, and when I choose Q2, Field 2 shows 11-20 instead.
Is this possible?
Thanks,
Olive
Hi @Olive Sun,
To achieve this requirement you need to use the Dynamic forms for JIRA add-on. You need to configure that If you select Q1 then in the Field1 values will appear 1-10 and if you select Q2 then in the Field2 values will appear 11-20.
Regards,
Kishore Kumar Gangavath.
Hi Gangvath,
Thank you for your quick response. We're using the JIRA cloud. Does that mean we could not use this addon since I only see "Server" and "Data Center" available there?
Best Wishes,
Olive
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Olive Sun,
For JIRA cloud, we do not have many options to do customizations. I found one Atlassian suggesting request https://jira.atlassian.com/browse/JRACLOUD-41352.
Meanwhile, you can try with Raley Intake Forms for JIRA add-on to achieve this functionality.
Regards,
Kishore Kumar Gangavath.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Olive Sun
For jira instance,I would suggest to use Behaviour(https://scriptrunner.adaptavist.com/4.3.1/jira/behaviours-overview.html)plugin to create field dependence.
Need to write simple groovy scripts and map to the particular project and issue type to get dependency fields on the screen.
Check out the below link for sample code:
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
You can label 1-10 tickets as 'Q1' and next 11-20 tickets as 'Q2'.
Search using filters mentioning label as 'Q1' to get 1-10 tickets.
This will also work when count increases by 10.
For better advice, please be specific and clear about the issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.