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.
Hello,
As it turns out due to JIRA OnDemand restrictions you may not be able to achieve such configuration.
:(
You can use FieldChangedValidator
It's a custom validator that comes with free plugin: JIRA Misc Workflow Extensions avaiable from atlassian marketplace
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.