I'm using an Agile Board. When I drag a ticket from the second to last column (QA Testing) to the last column (Close), I want the ticket to then have a strikethrough through it. I can make the ticket have a strikethrough through it when I change the Resolution to "Resolved." However, changing the 'Status' to "Resolved" or "Closed" does not put a strikethrough through the ticket number. I want it to. How do I change it so it does?
Status is an indicator of where an issue is in the workflow. Resolution is a field on the issue. They are not really linked in any way in the code.
As an admin, you need to set the workflow to handle resolution for you - either use a post-function on transitions into "closed" or "resolved" status, or use a screen that includes the resolution field. Then it will get set, and you'll get the strike-through.
Edit the workflow - see https://confluence.atlassian.com/jira/configuring-workflow-185729632.html
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.