I have just joined a new team that is using Jira and I am new to Jira. We have a problem with our Service Desk project's workflow. It looks like some months ago when an issue was moved to Resolved status, the workflow successfully set the resolved/resolutionDate field, which is needed for reporting. However some months ago this field stopped updating, now it is no longer being set.
I can see from this fields reference page that "resolutionDate" is an alias for "resolved".
Is there anywhere else I can find more documentation for it?
Where should it normally be getting set? i.e. where do I need to check?
Hello. Try to add a Post Function in the workflow with the rule: Update Issue Field
Someone has removed
You'll need to have a look at the workflow and decide which one of those you want to put back.
ResolutionDate is NOT an alias for resolved. The resolution field determines if an issue is resolved or not. (It's open if there is nothing in the field, resolved if it's not empty). ResolutionDate is a record of when the issue's resolution changed from <empty> to <not empty>
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. But I am a bit confused by your last paragraph because the fields reference page states resolutionDate IS an alias for resolved and that the field's type is "DATE". It also lists a different field "Resolution" of type "RESOLUTION". Could you be mixing up the fields or are you saying the fields reference page is wrong?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, it doesn't. It says resolutionDate is an alias for resolved, which is a word you use in searches, not really a field.
I was not clear in my answer that I was talking about fields. You can use resolved and resolution date interchangeably in searches, even though it's not quite a real field and the data it searches on is the date the resolution changed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nic, can you elaborate on the following:
I do not see a post function for setting the ResolutionDate on any transitions. Is there a way to add it back?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The workaround is to add a post function to trigger setting Resolution to Done when Status is set to Done. Then Jira automatically sets ResolutionDate to current date time and makes it visible on your issue form.
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.