When i move a jira to Resolved , i get a dropdown to select ,I do not want any drop down ,i simply need that when we resolve a JIRA its status gets updated as Done .
How can i do this?
Hi @Manisha sinha ,
you need to setup a workflow property in order to define which options (in your scenario just one) are available for resolution field.
In particular you need to add the transition property jira.field.resolution.include on the associated transition.
Use the following URL https://support.atlassian.com/jira-cloud-administration/docs/use-workflow-properties/ for further information.
Hope this helps,
Fabio
You need to implement a Post function in your workflow to set the Resolution field automatically to "Done" and remove the Resolution field from the transition screen.
Let me know if you need further assistance
Thanks
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.