How to see the Resolved field on an issue

Samuel Groves June 14, 2018

Hello,

How can I get the Resolved field to show up on issues for a project? I see it in some of my projects but not in others, and I'm unsure where to configure this.

When configuring the screen for my project, both Resolution and Resolution type are available as fields, but Resolved is nowhere to be found.

Also, resolutionDate is not being set for issues in my project, as when I search issues with `and resolutiondate >= -90d` I get no results. I suspect this is the real problem, but I'm not sure how to configure the project so that this field gets set.

2 answers

1 accepted

2 votes
Answer accepted
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 14, 2018

I guess, resolved is the same as resolution date. You can not add these fields to screens. Are you sure that these fields have different values in your Jira instance?

Samuel Groves June 14, 2018

I understand that resolution date and Resolved are the same value. The resolution date/time is the value I want. (My goal is to be able to tell when an issue was finished.)

I just figured out that resolution date does not get set unless Resolution is added to the screen. After adding Resolution to the screen, resolution date is now being set when new issues are created.

How can I configure it so that resolution date only gets set when the issue is moved to a particular status? Would that be handled in Transitions?

Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 14, 2018

Resolution date is set when you set the Resolution field. Usually there is a transition, where you select a resolution from the Resolution field. It is by default. But you can change it as you want. You even can add the Resolution field to the Edit Screen. That is why it is difficult to say, where you set the Resolution field in your Jira instance.

Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 14, 2018

If resolution date is filled on issue creation, it means that you set the Resolution field upon creation. Either manually or in a post function or in a listener.

Samuel Groves June 14, 2018

Thanks for the info. I don't see a way to add the Resolution field to my screens without having it automatically set upon issue creation.

In my project where Resolution is working, Resolution is not availalable on the issue create screen. But it gets set when I transition the issue to the "Done" status.

Do you know how I could configure another project to work the same way? It looks like I want Resolution to get set without adding it to any screens. Workflows and transitions in Jira are rather confusing.

Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 14, 2018

If you want to configure another project like your current project, you can create a new project with shared configuration. In this case your new project will be exactly like the current project. You can find more info here:

https://confluence.atlassian.com/adminjiraserver/defining-a-project-938847066.html

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 14, 2018

>I don't see a way to add the Resolution field to my screens without having it automatically set

That's because you should never do it (because of the historical design and use of the field)

Resolution should only be put on transition screens (never create or edit), on transitions where you want to close the issue.

If you don't want to use resolution at all, then use the field configuration to hide it, and instead of sticking it on a transition screen, set it in a workflow post-function.

Samuel Groves June 14, 2018

Hi @Nic Brough -Adaptavist-, that makes sense. Sounds like putting Resolution on transition screens is what I want to do. Now, please excuse my ignorant question but where would I configure a transition screen? When I view the project's workflow, I don't see anywhere to configure when fields get changed, but I must be missing something.

Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 14, 2018

You must open the workflow, which is used for the issue type, and find the required transition to the Done status. Open this transition and have a look at the screen, which is used for this transition. Add the Resolution field to this screen. These actions would add the Resolution field to a transition to the Done status.

Samuel Groves June 14, 2018

Thank you for the explanation @Alexey Matveev. I did that and it's working as expected!

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 14, 2018

There's no excuses needed - screens are the most layered and fractured administrative things in Jira.

As with most things in Jira, the trick is to see that most things in Jira don't directly belong to each other.  You define abstracted global things (status, screens, custom fields, workflows, etc) and then tie them to projects with schemes.

So, go to the admin section and

  • Select screens -> new screen. 
    • Give the new screen a good name you will be able to recognise in a potentially very long list. 
    • Add just resolution to that screen (you can stick more things on it later if you want)
  • Go to worklows and find the workflow in use for your project, and hit edit (note - if you're not in edit mode, you won't see the stuff you need!)
    • Find the transition (arrow) from open -> closed and click on it
    • You should see it pop up a properties box with tabs like validators, conditions and post-functions, but also a pointer to "screen"
    • Hit the edit next to screen and select your new one
  • Do not forget to publish the workflow!
Like # people like this
Samuel Groves June 14, 2018

Thanks @Nic Brough -Adaptavist-, that definitely helps me better understand how screens work. Jira is a beast that I'm (very slowly) learning to tame!

Like Dave Liao likes this
0 votes
Prakhar Srivastav {Appfire}
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 14, 2018

Hi @Samuel Groves

Any issue that has the Resolution field set is treated by JIRA applications as "resolved". The Issue Navigator displays Unresolved when no resolution is set for an issue.

 

Regards

Prakhar

Samuel Groves June 14, 2018

Hi @Prakhar Srivastav {Appfire}, I'm not talking about the Resolution field. I'm talking about the Resolved field, which shows the date the issue was resolved. As far as I can tell, Resolved should correspond to the internal resolutiondate field, which is not being set for issues in my project.

Here's a screenshot of the field I'm talking about. This is from a project that does have the Resolved field:

screen.png

I would like to be able to use this field in my other projects.

Prakhar Srivastav {Appfire}
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 14, 2018

I meant to say that Resolved is a calculated field so you can not add these fields to screen.

Samuel Groves June 14, 2018

I understand now. Thanks Prakhar.

Derek Winsor July 1, 2021

Can the Resolved field be exported into reports?

Suggest an answer

Log in or Sign up to answer