...uthorization: with base64 encoded API Token Content-Type: Application/atom+xml 6. Response: Response received from the feed is XML. This needs to be converted into JSON using xmlToJson() f...
We are receiving this error message when trying to access the Clockify Add-On for JIRA. We've had no issues with this Add-On for a year until today. It is not all projects. Just see...
...mport issues Import data from a CSV file Importing data from Excel Import data from JSON Import data from Bitbucket Import data f...
Dear community, I created an automation that modifies the description of any ticket on creation. The problem is that it can modify the description only in JSON language: how can I u...
...2473939 My automation looks like this: And my JSON for setting the field value (eg. target end) is like this: { "fields": { "customfield_121": "{{lookupIssues.customfield_121.toDate...
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.
Hi :) I have an Automation between Jira Software and Jira Products discovery. This automation checks for bug tickets in the development board that are in the active sprint and adds them to an ide...
Hello! Please help me with the Jira Automation. I need to change a multi-user field so that role removes inactive users from it. Otherwise, it is a pain in the Data Center when there are inactive us...
...lone in order to allow for a new ticket creation. I've been basing the JSON on this documentation, using both the "id" and the "value" options with no success. On our instance we have t...
...f the fixversion 2. Updated the Planned ednd date to be Planned start date + original estimate The first requirement works well with this JSON to update Planned start date { "f...
Hello all, I use Jira automation for a long time but it is quite the first time I have to integrate an API call in my automation rule. The context is the following: From a JSM ticket, I want ...
Hello everyone, Could someone help me with this one ? I'm trying to update a custom multi group picker from a custon single group picker. Currently I'm trying this one : { "update": {...
Hello, This article helped me create a manual Automation Rule to clone epics with its child issues.It's a really useful way to do something a lot of my users have been asking for. However I would a...
Hi Here is a sample i use a photo for if i insert text here it will get converted. basically i have a json line with "description": with a n a href= hyperlink in it, and while importing it it d...
...n automation audit log. Error while parsing additional fields. Not valid JSON.
I have automation to create stories that must exist in each sprint for specific people. It is beneficial to include the sprint name in the story's summary. I cannot figure the json or smart value t...
...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...
Hello, I'm sending an alert to JSM/OpsGenie via PS Invoke-RestMethod in my Bitbucket pipeline. I'm trying to use variables in the JSON message. It works when I hard-code the value in the JSON m...
Hi All, It looks like {{issue.properties}} smart value returns a JSON object. I would like to do some list-based operations on these properties, such as getting the number of properties or f...
...he project/type. Check your configuration for custom fields. Fields ignored - Epic Name (customfield_10004)." The JSON template from the Xray documentation was used: https://docs.getxray.app/display/X...
...here is something wrong with my JSON: headers = { 'Content-Type': 'application/json', 'Authorization': f'Bearer {jira_auth_token}' # Use Bearer token for a...
...utomation creates a new ticket for a team with some of the fields copied and some of the fields pre-filled. However i'm struggling in accessign the business impact field via JSON.
...ave provided few fields from JSON response. Please let me know, 1. what is entityId?what is use of entityId? 2. what is uuid?what is use of uuid? R...
Hello, I use an automation to send an outgoing webhook to a 3rd party service with a JSON Payload. The issue description is included in the payload. I tried {{issue.description.jsonEncode}} w...
Hi everyone! We use a custom script postfunction to create new issue at specific transition where custom fields' values are copied from initial issue. All in all it works fine but now I need ...
Copied to clipboard