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: 

Change Custom Field value on assign

Aneef Fashir
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!
November 22, 2012

Hi,

I just wanted to see if its possible to change a custom field value everytime its assigned to someone.

for eg: i have a field which has the values "aa,"bb","cc". everytime the ticket is assigned to someone the custom field should reset to "aa".

Any ideas on this. im on ondemand version.

3 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
Thiago Ribeiro
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.
November 22, 2012

Hello,

As it turns out due to JIRA OnDemand restrictions you may not be able to achieve such configuration.

:(

1 vote
Higashi
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.
November 26, 2012

You can use FieldChangedValidator

It's a custom validator that comes with free plugin: JIRA Misc Workflow Extensions avaiable from atlassian marketplace

1 vote
Nitram
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.
November 22, 2012

HI,

We can do using java script. You need to add a plugin, in that add javascript code, reset the field when the assignee changes, if you want this only for a project, add conditions in the java script code.Else it will affect all the projects.

Hope it helps.