Hello,
I'm facing one issue, when i put the final status -UAT Ready or Closed which in done status by default, i get resolution filed near to status with tick mark , and when i am trying to roll back to any other status , this tick mark with resolution always showing with all status which i don't need, I need to only resolution for closed /UAT ready status,
also i see few of status automatically showing strike on ticket for other statuses like 'Awaiting testing' and ' In Testing' which i also don't want
Please help me on it
Thanks
Thanks Ravi for prompt response, i am not seeing checkbox field in column mapping , may be its not in JIRA cloud,
Hi Priyanka,
When you resolve an issue, the resolution field is update with any resolution value. This means, the issue was resolved. And you want to go back, examples Done to Open, you need to clear the resolution field with post function or automation. If you don't, even issue is in Open, it appears like its resolved.
Please check and update your post function includes resolution updating.
Thanks Burak, yes it works, you have resolved my big headache :-)
Thank you
The resolution and status are totally independent of each other in the code, it is up to your admins to determine how they work best together for your process.
The strike-through happens when the resolution is set.
You set the resolution by having it on a create, edit, or transition screen (hint - never put is on create or edit - you don't want new issues to be created as already resolved, nor have simple edits set the resolution). Or you can set it in a post-function on the workflow when moving it from one status to another.
You can also clear it out with post-functions.
My guesses are:
that your workflow does not clear the resolution when re-opening your issues.
that someone has a resolution field on a create or edit screen for the awaiting or testing
(You can also set and clear it with automation or listeners, but these are clumsy because they run outside the workflow, and the workflow is the best place to do it, because it's the thing determining the route through the process)
Thanks Nic, Yes after setting resolution field 'None' it cleared when i rolled back
Best,
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Get started with Jira Software
New to Jira Software? These short, self-paced courses will teach you what you need to know to get up and running quickly.
The Beginner's Guide to Agile in Jira
Learn what agile, kanban, and scrum are and how agile works in Jira Software.
Realizing the Power of Jira Reporting and Dashboards
Use out-of-the box reporting and dashboard capabilities to view and assess progress and bottlenecks within projects.