Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Changing the status name

Paulina Mijal February 17, 2022

Dear all, 

In the flow that is used, I want to change the status name from "x" to "y". What changes and possible complications will this cause? If the status is used in filters will it change automatically?

 

Thanks,

2 answers

Suggest an answer

Log in or Sign up to answer
0 votes
Radek Dostál
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.
February 17, 2022

It will only remap the status in your existing workflows and issues, but it will not do anything with JQL or any automation you might have with the status name hardcoded.

JQL is stored as plain text, there is no reference to status in terms of statusid, so you need to update those manually.

Automation - this depends on the app and implementation. Generally if it's plain texted, then that falls to the manual category. If it's from a selector then more likely than not, it will be linked to statusId in the background so that should be fine. Again though, this depends on the vendor/implementation so no guarantees.

As for dashboard reports and board column mapping - my understanding is that those are linked by statusId, so they should be fine - it's just the jql.

In case of any doubts, you might want to confirm this on a test instance or with some test issue subset - none of these are exactly documented what will or will not map as far as I know, so it's more of a practice and general understanding of how things are connected to one another.

0 votes
Peter-Dave Sheehan
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 17, 2022

If you change the Status name from inside the workflow editor it will change that status EVERYWHERE including any other workflows that use this status. Existing filters and dashboards that point to x will break until you manually rewrite them to point to y.

Do this VERY carefully.

In most cases in a large instance with many projects and workflow, it is better to create a new status with the new name and adjust all the transition arrows to point to the new status, then delete the old status.

TAGS
AUG Leaders

Atlassian Community Events