I am confused that, where to start? I want to send feedback from my phone to generate jira ticket, but thae problem is- Unable to find how to create base url to send data to jira server.
have no experience with that part, but you can find a lot of information n https://community.developer.atlassian.com/t/create-issue-in-jira-cloud-using-rest-api/2774 and feel free to read the developers guide for the REST API of Jira Cloud.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Perfect, Now second thing-
I want to post some data to Jira cloud to create ticket, What the json format of it ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In that case, the base URL should be https://<your-company-name>.atlassian.net or something like that, basically the URL you browse to when you need Jira.
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.
Hi, are you using the server edition of Jira? If so, please follow this guide to configure the base url: https://confluence.atlassian.com/adminjiraserver071/configuring-the-base-url-802593107.html
IF this not works, can you give sme more details about your setup?
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.