In a Company managed project, I created a Plan, and add Initiative as the highest issue type in the hierarchy, but seems that I have done something wrong because I cannot use it. When I go to the Plan and try to create an Initiative, the issue type is not enabled.
I have followed the steps on the JIRA support page to configure the issue type and the hierarchy in the Advanced Roadmap.
Could you help me, please? Thanks!!
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.