Change Custom Field value on assign

Aneef Fashir 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

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 Leaders.
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 Leaders.
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 Leaders.
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.

Suggest an answer

Log in or Sign up to answer