Hello team,
I want to utilize Jira dashboard to monitor whether my scrum team is making code commits regularly in GitHub. Using development[commits].all > 0 & development[commits].all <= 0 I am able to see how many tickets have atleast 1 commit versus no commits at all. In similar lines, is it possible to derive:
- Commits done by a user over a period of time say current month
- Show number of commits everyday / every week for last quarter or so
If it is possible, can you please suggest proper command or code that I can use in Jira dashboard