https://confluence.atlassian.com/automation/run-a-rule-against-issues-in-bulk-993924653.html
According to this doc I should be able to find a checkbox that manages the rule to be executed in bulk but I can't find it in the current automation screen. Is there a way to activate it?
I'm using Jira cloud based.
Hi Hugo,
The Rest calls on the JIRA side provide information about pull requests. Take a look at the post Solved: Get commits info of a JIRA issue using REST API:
If you want to retrieve detailed information you need to use /rest/api/1.0/projects/{projectKey}/repos/{repositorySlug}/pull-requests/{pullRequestId}/commits on stash side. More information availbale here https://developer.atlassian.com/static/rest/stash/3.0.1/stash-rest.html#idp266256
Cheers,
Branden
Hi Branden,
This link comes from Stash. It's not working... not for me.
In a Jira Software (cloud version) is possible to get all the repos or connected applications?
https://<site>.atlassian.net/rest/api/1.0/projects/SW/repos
Get all the applications listed on "Connected developer tools" and then commits related.
Thanks a lot!
--Hugo
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.