Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

When transitioning from one status to another can the issue type change

Julio Valdez
Contributor
November 9, 2016

Hi,

I have a customer asking if an issue type change can follow a status change

Say when going from in-progress (issue type at the time 'task) to a  status named 'sighting' is there an option to change the issue type during this flow?

1 answer

1 accepted

0 votes
Answer accepted
Nic Brough -Adaptavist-
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 9, 2016

No. 

The issue type is not a simple field, it's a structural thing.  A lot of configuration hangs off it - fields, workflows, and all the associated stuff behind that.  Changing types during a workflow transition would break spectacularly - it would be like changing the chassis of your car.  While you're driving it at 70mph along a motorway.

It's actually quite hard to do it later as well.  You can "edit" the issue type, but only if the old and new types are using the same configuration (the car is stationary, and you're swapping one chassis for an identical model).  Otherwise, you have to use "move", which has all the checks you need to ensure the configuration won't break.  In theory, you could do that edit with a listener, if the config was close enough, but you'd need to replicate all the checks and updates "move" does, or rely on your admins not changing the config enough to break it!

Suggest an answer

Log in or Sign up to answer