I want to be able to track all the tickets that were once in our project, to be able to track everything that my team has been a part of. Since we have tickets that come to us and are moved away from us before being resolved.
Hello,
You can not do it out of the box. But you could use such plugins as JQL Search Extensions:
Or JTricks:
https://community.atlassian.com/t5/Jira-questions/SIL-with-automation-with-JIRA/qaq-p/872751
Hello Brianna,
Unfortunately, History operators do not work for the field Project on JQL. It has been previously requested, however, our developers have decided not to pursue it:
- History searches do not support the 'project' field
That being said, The Assignee field is supported by history operators, so you can perform the following query to have the same information if the assignees only worked on your project's backlog:
assignee changed from ("user1", "user2")
Please, let me know if it helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Brianna,
project=ABC order by updated desc
Victor
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.