How to define resolution in Workflow.
do we have to edit for every transition or else for single workflow
Your question isn't clear, but let me try to answer what I think you are asking.
The Resolution field is what tells Jira whether an issue is Open or Closed. The name on the status has no bearing on whether Jira thinks the issue is Open or Closed, only whether the Resolution field has a value or is empty, which is shows as "Unresolved"
ln each workflow, you should make sure that the Resolution field is set to a value when entering a status that you consider to be "Closed". If you allow a transition from a "Closed" status to an "Open" status, you need to clear the Resolution field.
To set the Resolution field, you have 2 choices:
If you have a transition that moves from a status that is considered Closed to an Open status, you should add a post-function to clear the resolution field, which "reopens" the ticket for Jira.
I hope that helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.