Hello, we need to have the list of test plans linked to a test case (using test case id) with POST - /rest/raven/1.0/import/execution command? Thanks.
All, I am using the REST API endpoint to perform a post to create a snapshot of a project in Jira. I am creating the project with Issues. When I do this my python script gets a 504 e...
Hi community, I'm trying to set up an Automation to achieve the following; I have an Epic in Jira with multiple child issues (stories) that are all in a specific sprint I want to ...
...aperate calls , comments (external) update works -body which i am using to call it saperatrely is - "{ ""body"": "" Automation is still in progress"", ""public"": false}" help me o s...
...{{fields.summary}}, so it appears that I am doing something wrong. The structure of the automations is: When a form is submitted Get the response and Post to JIRA to create and issue. this is m...
I want to update tag field in capability with the patch request I gave the request body as: [ { "path": "/tags", "op": "add", "value": "abc" }, { "path": "/tags", "op": "add",...
Hello! I know there is an endpoint for Jira Service Management to create a customer, POST /servicedeskapi/customer. Is there a Jira software API endpoint equivalent to POST a customer? C...
Appreciation. Often desired, rarely shown. Thanks to Mantra, this will change. 👏 Sure, you already know a post feature from other social intranets for Confluence. This is where colleagues c...
Every time I use 'fetch', I got a cors problem, so I bypassed it using a proxy and it got better. However, methods such as PUT and DELETE are all fine, but if i use POST only, an error called "XCRF c...
...haracters into a format that can be used as part of a POST to Assets. Thanks
...trURL, payload): payloadJSON = json.dumps(payload) response = requests.request("POST", strURL, data=payloadJSON, headers=strJiraHeader) if response.status_code == 200: return {"success":True, "d...
Hello, I would like to use the Trello API to automatically generate cards in a list through a custom script. I am encountering problems with the POST request at url = "https://api.trello.com/1/c...
Hi all, I've had some recent success automating my companies documentation space. The last hurdle is using REST API POST to create a new page on confluence that includes a Draw.io i...
...etting below error and we are using v2 REST API method. command : curl -D- -u "Test@abc.com":"jiraadmin123" -X POST --data {"fields": {"customfield_16600": {"value":"$name"}, {"id":"null"}}} -H "C...
import.java.net.HttpURLConnection import java.net.URL import java.util.Base64 URL url = new URL(http://crowd:8095/crowd/rest/usermanagement/1/user con.setRequestMethod("POST") def p...
...ince we have restricted access to it. The login credentials are hard coded in the code, and using the POST method, we authenticate and then load the Help page for users. This setup worked perfectly f...
I have been trying to post ndjson to insight cloud endpoint, the reason for not using json is because there seems limitation on the number of json files that can be posted per endpoint. h...
I'm using NodeJS to try to POST a file as an attachment to the /rest/api/3/issue/{issueIdOrKey}/attachments endpoint as shown here. Using CURL inside the command line successfully POSTs the f...
Hi I want to send information of issues in JSON format as a payload(using POST method) so that I can store it in a data base(requirement) also I would like to access it and work on it in a T...
Greetings I'm using the following code def baseUrl = new URL(‘http://posturl.wtv’) def connection = baseUrl.openConnection() def jsonString = ['{"assetstatus": 3,"cinum": "L...
...rello/rest/api-group-cards/#api-cards-id-actions-comments-post), but the only result is I got is error 401. The error doesn't occur with the Unirest\Request::get example I'm quite sure that my t...
...ead & Write Supported API methods All methods are supported in Read/Write tokens. Specifically, this means that all the DELETE, POST, and PUT endpoints in the REST APIs can be called in addition t...
I use the REST API to create Jira tickets. Previously it worked well (I did create the issue including this custom field with REST API successfully), but the error Field 'customfield_10399' c...
Using a listener or a postfunction I need to send data(issue key, description) from jira to external app when the status is changed to 'Ready For Sprint'. Also, jira should read the response f...
Hi everyone! Since last week I was unable to like some of the posts & articles but after few minutes I was able to like them! It has happened on few Posts & Articles! Did anyone faced t...
Copied to clipboard