In some cases I would be nice to change the issue type on transition.
For instance when you made an estimation and the issue is approved it would switch to task. Sadly enough I can't find that option.
Is this possible at all?
You can't do this natively, you'll need to find/write a plugin that can change the issue type as part of a listener or post-function.
This is potentially a very complex process though - a new issue type can have different fields and workflows and need to check and validate all sorts of data associated with the issue before it's possible. I'm not aware of any plugins that can do this
Though I can't find the option indeed, thanks for explaining.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can absolutely do this within JIRA using Automation.
Follow these steps:
> Click Project Settings in the left-hand navigation panel
> Click Automation (third option from the top)
> Click Create Rule in the top right corner
> Use the "Issue Transitioned" Trigger
> Select your "From" and "To" statuses
> Click Save
> Click New Action under the Add Component area
> Choose Edit issue in the Recommended list of actions.
> Choose Issue Type in the list of fields to edit
> Choose the issue type to which it should transition
> Click Save
> Name your Automation
> Click Turn it On
> ALL DONE!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Bear in mind that can only actually work if the issue types have exactly the same configuration
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's been answered here: https://answers.atlassian.com/questions/322797.
It's simply not available yet on Cloud: https://bobswift.atlassian.net/browse/CW-18
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The same answer applies - it's not *just* a change of a field, you have a whole load of structural work to do as you make the change, and you'll need to write it yourself because there isn't anything out there.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Even I am looking for a similar option. I have created different issue types for different customers for e.g. A-bug B-bug ... so the user creates the bugs but then in post function i want to change the issue type from bug to a-bug / B-bug depending on the customer. so that I can then have different workflows for different set of issue types
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't understand the goal of this. Could you eliaborate more?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.