Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.