Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Automation ignores paragraph field

Gleb Kartashov
Contributor
December 20, 2021

Hi

I'm using Automation to add a coment to related issue when an issue is transitioned. The comment should contain concatenated values from 2 fields: Paragraph and Dropdown. Dropdown value works fine but Paragraph field gets ignored by Automation.

Here's my Automation code:

{{triggerIssue.fields.customfield_10067.value}} {{triggerIssue.fields.customfield_10068.value}} 

 customfield_10067 is Paragraph field and customfield_10068 is Dropdown field

Also tried it like this:

{{toString}}{{triggerIssue.fields.customfield_10067.value}} {{triggerIssue.fields.customfield_10068.value}} 

but it didn't work either. 

1 answer

3 votes
Charlie Gavey
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 20, 2021

Hi Gleb,

It may help to share a screenshot of the rule you're working with, and what you're seeing in the audit log:

https://support.atlassian.com/cloud-automation/docs/debug-an-automation-rule/

Cheers,

Charlie

Gleb Kartashov
Contributor
December 20, 2021

Hi Charlie thanks for responding
Here's my rule:

image.png
Audit log has "Error adding comment to issue
Comment body can not be empty! (comment)" error though my trigger issue WF has a validator preventing transitioning to Done if this field is empty:

image.png
Log action is also empty

image.png

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events