Hi all
I am new with JIRA and I would like to help me to create project that will help researchers like me in future.
I want to use REST API of JIRA to return the issues of specific project, let suppose HADOOP for example. Also, what other information can API provide for instance, number of developers, time of commits and so on.
And one more think if the API needs authorization please provide the API to get token.
thanks in advance for helping.
Hello,
Here is the link to Jira Rest Api reference for Cloud:
https://developer.atlassian.com/cloud/jira/platform/rest/
To return issues of a specific project you should use
https://developer.atlassian.com/cloud/jira/platform/rest/#api-api-2-issue-issueIdOrKey-get
You should define metrics in more detail. What do you mean by the number of developers? Is it a group of users? How will you define this group in Jira?
You can find the Time of commits in the Bitbucket Rest Api.
Thanks @Alexey Matveev for this information. I'll start from your point.
number of developers means number of user that commit and collaborate in the same protect.
Do you have any idea about it?
Regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You should use the Bitbucket Rest Api for it.
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.