I am looking to find a way to make a dashboard to show the code that has been committed since the last release. We release code to our SaaS environment monthly, as tickets are worked, the code is committed to git.
I tried this filter:
project in (<project list>) and status in (Done) and development[commits].all > 0 and updated > '2022/07/20' order by created DESC
But this is going off the ticket being updated (which could have happened for a different reason). So I am thinking i need a way to filter on when the commit was performed (??)
Any ideas would be awesome - thanks!
I don't think it can be done with the default setup.
Here is an idea which could maybe work:
Now, you have an automatically updated field which you can flexibly query in JQL!
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.