...ocumentation: Update values in a multiuser picker field using automation in Jira Cloud Here is my rule with the Additional fields JSON code, which I copied from the article and then substituted my field t...
I was able to make automation which goal is just create work items for each value in description separated by breakline. but for some reason i'm getting many more values in output, could you please h...
I'm having an issue in my attempts to set my JPD date field of Release Date to today/now. I've tried the following JSON queries and have received the following error messages. Can anyone h...
Hi, I am new to using Jira automations, and I am trying to use a Webhook-triggered automation rule to populate custom fields of a sub-task using the json sent through. Each json sends a list of d...
Hi Community, I want to copy the field values of Parent on Child Create screen when user selects a Parent in Parent Link field present on Child. For example, there is a PARNT-1000 user...
...ctual JSON, not quoted (and nested!) JSON text with exhaustively escaped quotes. Here's what I believe the response should be: Amazing things can be accomplished using Jira REST APIs, d...
... Please guide how I can achieve the above via jira automation or Additional fields using JSON or smartvalues for comments or scriptrunner behavior. Please note: I want to avoid Rule Error as i...
Hello, I've approvers field that I want to populate with data from multiple attributes in the linked asset. I'm able to get the array from one attribute and set it into approvers. However ...
This article discusses how to effectively access and manipulate JSON data using smart values and JSON functions in Atlassian Automation Cloud. Whether you are working with data from an "Incoming w...
...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...
Copied to clipboard