Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Field Value Linkage and Limitation

Olive Sun
Contributor
December 5, 2018

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

3 answers

1 vote
Deleted user December 5, 2018

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.

Olive Sun
Contributor
December 5, 2018

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

Deleted user December 5, 2018

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.

Like Deleted user likes this
0 votes
kavi shree
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 6, 2018

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:

https://community.atlassian.com/t5/Jira-questions/How-to-set-options-on-select-list-based-on-values-from-two/qaq-p/725954

 

Cheers

0 votes
akshat62
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 5, 2018

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.

Suggest an answer

Log in or Sign up to answer