users of jira 7.3 server.
we have a WF for all issuetypes. we want to populate resolution to "Done" for 1 issuetype and populate "Fixed" for another issuetype.
is this possible with 1 Workflow. How can i achieve this ?
thanks !
You'd need some code to work out which one to use and set it in a post-function.
Hi there,
Is there any reason why you want to stick to one workflow?
If you separate these two out to two workflows, then you should be able to set separate resolutions.
Cheers
thanks Nic.
we don't have any add-on's like script runner or SDK. i dont think we can work on adding code in our situation. i was hoping if we could just do it with a post function.
we want to stick to 1 Workflow so that we can easily move the issuetypes.
No, there's no post-function that has conditionals in it, so you'd need code of some form. Without an add-on, you're going to need two workflows.
It looks like you're new here. Sign in or register to get started.