The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Context based on Issue type & Field Value?

t
October 27, 2016

Hi,

I currently have a drop down field for 'Country' which has a context applied based on Project. e.g Europe Project will display a different country list than another Project.

I also have another field named Supplier - which is a drop down list.

Is there a way to limit the results in the Supplier drop down list based on what country is chosen in the 'Country' field?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Nic Brough -Adaptavist-
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 Champions.
October 28, 2016

Not with contexts.  The context is based on project and issue type.

You could use a simple cascading select, or, if you have the Script Runner you mention, there's ways to modify the contents of a list dependent on other fields - https://scriptrunner.adaptavist.com/4.3.1/jira/behaviours-overview.html (although I don't think it's got an example for select lists dependent on others, hopefully there's enough there to get started)