Create custom field depending on other field value

helmaanaoui September 4, 2013

Hi

I'm currently using Jira On Demand and I need to create a custom field "TEAM" automatically filled depending on the value of the issue Component.

Ex:

I have Team A & Team B

I have 3 Components X, Y & Z

Components X & Y belong to the team A

Component Z to team B

if my issue component is Y, I want my custom field to be automatically set to "Team A"

How can I do that?

Thanks for your help.

3 answers

1 accepted

0 votes
Answer accepted
helmaanaoui September 5, 2013

Hi

I was hopping a solution can exists with my configuration :-)

Thanks for the answers.

0 votes
richie_gee
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 5, 2013

Hi there,

For on demand instance, javascript injection is not allowed and checking from my own demand instance, there seems to be no such post function to change a value of a custom field based on another field.

There are some plugins that might do the things you need but is only available for the JIRA self hosted.

Hope this clarifies, thanks :)

0 votes
Sreenivasaraju P
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.
September 4, 2013

you can update the custom field value using script or you can write a post function to update custom field depending on other custom field/system field value

Suggest an answer

Log in or Sign up to answer