I've recently joined a team and been tasked with adding components to resolved and canceled issues/service requests. How do I can access all completed requests, not just the 'recently resolved'?
Welcome to Atlassian Community!
The easiest way to access resolved/canceled requests is to create a filter, and your JQL would look something like this:
project = <project name> AND statusCategory = Done
By using a filter you can do bulk changes to the requests.
Welcome to the community. To supplement what @Mikael Sandberg suggested, if you are also a member of the JSM project's Administrators role, then you can also use the same JQL above to create a queue of all resolved request, so you can access it the project if you like too.
Hope this also helps.
Best, Joseph Chung Yin
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.