I know this thread is old but just adding a URL that steps through the process of resolving this.
Best practices on using the "Resolution" field | Atlassian Cloud | Atlassian Documentation
Hi Margarita,
The issue gets crossed out when a resolution is set for that issue (issue's 'Resolution' field is not empty). That said can you make sure that your issues with "Done" status have a resolution?
Cheers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ivan,
Thank you for help. How would I check that?
- Rita
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The issues are in 'Done" column and the "Done" column transition value configured as done. I don't know what is wrong still
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try this JQL:
status = "Done" and resolution is empty
This will return a list of issues with the "Done" status but no resolution set.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ivan,
The issues that are labeled as Done, have resolution as unresolved
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
"labelled as done" is irrelevant to the strike-out function.
An issue's display will take on the strike-out (in many places) when the resolution is set to a value. When the resolution says "unresolved", it is a display for us telling us "the field is empty", and it won't get struck out.
An issue's status, what column it is in on a board, whatever your "labelled as done" means, and so-on do not matter. The strike out happens when the resolution is filled.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Margarita,
Now that you you know what issues have the status "Done" and no resolution ("unresolved" means that no resolution is set) all you need to do is set a resolution to strike these issues out on your board.
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.
You need to move the issues through a transition that sets the resolution (either with a post-function, or by having a screen with the resolution on it)
A typical way to do that is to temporarily add a transition back to the current status to your workflow. You could also edit it into the issues, if you are *very* careful to only try this when you know your users won't be active.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I set the post function resolution to Done. It didn't help. the issues are in the Done' column and followed the transition as designed in the workflow but the resolution is still unresolved.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have you pushed the issues through it?
Bear in mind the strike out only appears in some places too, prmimarily where the "done" type status can't be assumed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Nic Brough -Adaptavist- @Ivan Tovbin I moved "Done" issues to another board and found that I had not included the "Resolution" field in any of them.
So I changed the scheme, and ensured that "Resolution" field is added to the field configuration scheme.
After doing this, I attempted a bulk edit, but the edit screen did not show me the Resolution field, so that I could change it from "Unresolved" to "Resolved'.
Is there any other way that I can mark them as "Resolved" without manual intervention? I have 300 odd tickets to update :|
TIA.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You were not offered the resolution on bulk edit because it is not on the edit screen. This is correct - you should never put it on an edit screen (if you do, all edited issues become resolved, which breaks everything)
But, as a temporary measure to fix up some data, you could add it, bulk edit, then remove it before anyone trashes your data with it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you everyone for your help!
I contacted attlassian and below solved the issue:
"In your situation, I would recommend performing a Bulk Edit of the Resolution field for all of your tickets in the “Done” Status. You can perform that bulk edit to set the Resolution field from “Unresolved” to “Done”."
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's what I was getting at with
"You could also edit it into the issues, if you are *very* careful to only try this when you know your users won't be active."
The problem with that approach is that you have to put the resolution on the "edit" screen. But you must never put the resolution on the edit screen because it will cause all edits to resolve your issues. So you have to put it on-screen temporarily, while none of your users are active.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you, Nic, I just wasn't sure on how exactly to do it, but now it makes it all clear.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, sorry, I should have expanded on that before!
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.