Use custom field to automatically change status

Ellen Chen June 28, 2013

I have a customer field which is a checkbox, I would like the issue will be changed to another status if user enable this checkbox, is it possiable to do it in JIRA? Thanks

1 answer

1 accepted

0 votes
Answer accepted
Tom Moors
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.
June 30, 2013

Hi Ellen,

This is possible when you are writing your own custom field with this behaviour or a listener that listens to issue update events- although these might be overkill for your case. What are the specific requirements for your use case?

If the user unchecks the box, would it be necesary to roll back to the previous state? How many states are there in your workflow and from which states can the user transition the ticket? Is it really no option for a user to click on a transition button in the bar of the ticket?

Kind regards,

Tom

Ellen Chen July 2, 2013

Hi Tom,

Thanks for your reply!

Yes, it is our customer field. My scenario is, when user open an urgent issue which should be fixed ASAP, we would like to use another status instead of 'Open', but it looks like JIRA workflow doesn't support two initial status. So we would like that JIRA could automatically change to another status if user enable the customer field after the issue open. Then a review will review this issue to decide if this issue needs to be fixed ASAP. So if this checkbox will be unchecked, no need to roll back to the previovs status. Do you think if it is possiable to do it? Thanks

Tom Moors
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.
January 14, 2014

Hi Ellen,

Do you need the other state for filtering the list of issues that might need fixing ASAP?

If that is the case, you could also create a filter that checks for the open state AND a checked value on your specific custom field. To do this, go to your issue navigator and add the field to your query by clicking "More" and selecting it from the list. More information can be found in the JIRA Basic Search Documention.

Cheers,

Tom

Suggest an answer

Log in or Sign up to answer