I want to be able to pull reports on team deployments within my selected projects for the year and by team by month.
By using the below query, we can get all issues from my selected projects, but i need only releases.
fixVersion in releasedVersions(ED, NR, AB, CA, ET, AJ, MN) AND created >= 2021-08-10 AND created <= 2022-09-10
Hello @Harsha
The Search Issues screen is going to return you a list of issues. It can't be used to return lists of other entities.
Also note that the "created" field used in your filter is the Created field for the issues, not for the Releases.
There is not a native solution in Jira for what you want. In this post on the same topic, the original poster ended up using the third party product Power BI.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.