In our Jira setup, we have customfield_11201, which contains details about pull requests linked to a Jira ticket. However, this field does not include information about who created the pull request.
Is there a way to retrieve the user who raised the pull request, either through an existing custom field or another method?
Hello @Navdeep Singh,
In Jira Software projects, you should have the Development panel where you can see all the push and pull requests.
Selecting on the pull requests itself will open the development panel and you'll be able to see more information about who made the pull request, and when, etc.
I'm looking to retrieve the person who raised a pull request in my JSON response, similar to how we get other ticket details like story points, sprint, description, comments, etc
Is there a way to include the custom field that holds information about who raised the PR for a particular ticket?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The above screenshot contains information about a ticket like its type i.e Bug
issue id etc.
Same way I want the information who raised the PR for this issue via customfield
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Navdeep Singh,
Ah, thank you for the clarification!
Unfortunately, retrieving this information from the rest api at this time is not available, but I can confirm has already been submitted as a Feature Request seen below:
https://jira.atlassian.com/browse/JRACLOUD-92947
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.