Hi,
I am new to JIRA API automation and would like to know how I could use the JIRA API to create an issue for specific user who have restricted permissions to view - the API to be used is as follows -https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-post
Thanks,
Best Regards,
Nuzhi
Hi @Nuzhi Meyen
Welcome to the Atlassian community!
There are tools like Postman and languages like .NET or Python that you can use for this.
As you are a beginner, Postman will be helpful for you to try out the examples of using JIRA REST API.
Hope this helps.
Thanks,
Vamsi
Hi @Vamsi Kandala ,
Thanks for you comments - I know how to make the API call using Python and Postman - my specific issue is how to structure the payload in this particular scenario.
Thanks,
Best Regards,
Nuzhi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Nuzhi Meyen
If I understand you correctly, you want to create the ticket on behalf of another user (the user will be the reporter).
In that case, you can set the value for the reporter field with the user's account id. There is an example in the article that you have shared and you can utilize based on your project and issue type that you want to create ticket for.
Thanks,
Vamsi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not exactly - I am looking to structure the payload so that the issue is only viewable to users with a specific set of permissions in JIRA.
Any idea on how that might be accomplished ?
Thanks,
Best Regards,
Nuzhi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.