I have a list of issues, that I filter by status = Completed. In the list, I can show the updated date and created date of each issue, but I don't how to show the completed date.
I know that the completed date is in the history, but I don't know how to bring it to the list.
I want to do this report.
Issue Type | Key | Summary | Assignee | Reporter | Priority | Status | Resolution | Created date | Updated date | Completed date |
Thank you very much in advance
-----
Thank @ASHU TYAGI for your answer
I found the resolve date, but this date didn't match with the date that the status issue was changed to complete.
I have this example:
Priority | Status | Resolution | Created | Updated | Resolved |
Critical | Completed | Fixed | 14/07/2021 | 29/07/2021 | 14/07/2021 |
Major | Completed | Fixed | 23/06/2021 | 29/07/2021 | 07/07/2021 |
but if I see in the History of the first issue. It says:
HJ changed the Status July 16, 2021
UAT -> COMPLETED
So, I expected that the Resolved date is 16/07/2021 instead of 14/07. I guess the Resolved date is the date when I change the value of "Resolution" to Fixed and sadly I need the completed date
@Karina Try using Resolve date or Resolved Field
If you have a plugin like scriptrunner then you can create a custom scripted field that will show your date and time stamp based on when you put your issue into your completed status.
I’m afraid I’m not skilled enough to share code on how you’d do that exactly but I do know that there are plenty of other leaders here that can help with the code portion of the scripted field.
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.