Hi Team,
I have checked the REST API documentation for creating a service desk ticket in JIRA?
Will this create a ticket in customer portal?
And also in the documentation, I have founded that "requestTypeId" & "serviceDeskId" fields needs to be passed as request. Where can I find these things in Jira and how?
Then what are the fields need to be mandatory for these to create a ticket in service desk?
Hi @Prabhu
Welcome to the Atlassian community.
Will this create a ticket in customer portal?
Yes.
Where can I find these things in Jira and how?
You can check the URL. See this thread.
Then what are the fields need to be mandatory for these to create a ticket in service desk?
Summary is always required. But if you mark some other fields as required, you have to send them too.
Thanks @Tansu Akdeniz
Can you also tell me can we use the Basic Authentication to use these API's or do we need Oauth 2.0?
If OAuth 2.0 needed means how can I get the access token? Since I am new to the Atlassian this is slightly confusing me.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can do it by supplying basic auth headers described here.
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.