Heads up! On March 5, starting at 4:30 PM Central Time, our community will be undergoing scheduled maintenance for a few hours. During this time, you will find the site temporarily inaccessible. Thanks for your patience. Read more.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Comment automation from a form response

Everart Araujo
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 22, 2025

Hello guys, I am new to Jira and need help solving a problem with Jira forms. I have a Jira form, and unfortunately, the comment field can't be added to it. I would like to copy the text from the summary field and post it as a comment on behalf of the person submitting the form. Can I do it with Jira automation? 

Thank you

1 answer

1 accepted

1 vote
Answer accepted
Tomislav Tobijas _Koios_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 23, 2025 edited

Hi @Everart Araujo ,

If I got it right, you'd like to copy summary once the ticket is created and add it as a comment. Is there any other content you'd like to add apart from the summary? I'm asking just to clarify the use case behind this requirement.

In any case, yes - it's possible to build something like that. In the example below I've used issue created trigger (assuming you'd like to add a comment immediately as the user submits the form) together with the comment on issue action. You can use smart value such as {{issue.summary}} to 'pull' the summary value from the issue and add any other text you'd like.

2025-02-23_09-55-20.png

Depending on how you had configured rule details and rule actor, you could add a comment as Automation for Jira user, or as a user who triggered the event/who submitted the form.
*note that user needs to have appropriate permissions within the permission scheme

2025-02-23_10-04-19.png 2025-02-23_09-57-30.png

2025-02-23_09-55-42.png

2025-02-23_09-57-43.png

Feel free to share any additional details/info if you can.

Hope this helps.

Cheers,
Tobi

Everart Araujo
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 23, 2025

Thanks a lot, that solved for me👏🏼

Suggest an answer

Log in or Sign up to answer