Hi guys!
Can Jira obtain analytical information from Github in addition to the information in the Development field?
- How long was the pull request open?
- How many comments did the pull request have?
- How big is a pull request?
- How long until the pull request receives the first comment?
Anyway, the goal is to get this information to store in customizable fields in Jira, and then create a dashboard so that we can understand and solve this information in graphics.
Yes, I know there are tools out there, but they all involve costs. So I am looking for some other solution.
If possible, how should I proceed?
If you do not want pay for an app, the only way that come to my mind to get that information would be to write your own script that uses Github and Jira REST API. I would start looking here on how to get the data out of Github, https://docs.github.com/en/free-pro-team@latest/developers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.