Forums

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

jira automation - how to add comment with an issue URL which supports real time status updates

Jimmy Li February 11, 2022

Goal

When adding a JIRA URL to a JIRA comment, the URL will be changed to "card format" with "that JIRA's real time status" shown. I want the same but with comments created using JIRA automation. 

I am able to setup a jira automation to add a comment (e.g. `A linked issue's status has been updated - {{varIssueUrl}}`) to all linked issues when the source issue's status is changed to Closed. 

 

Problem

However, the comment added using jira automation couldn't get "real time status" as how it works when adding comment in UI. The URL can only be shown as plain text.

Example,

WANT: A linked issue's status has been updated -ARCH-1: Test1OPEN 

GOT: A linked issue's status has been updated - https://***.atlassian.net/browse/ARCH-1 

 

Things tried

  1. A linked issue's status has been updated - {{varIssueUrl}}
  2. A linked issue's status has been updated - [{{varIssueUrl}}]  <= thought this markdown syntax would help but didn't.

 

1 answer

1 accepted

4 votes
Answer accepted
Pramodh M
Community Champion
February 11, 2022

Hi @Jimmy Li 

Like this?

Comment.png

Add {{issue.key}}

Let me know if it works

Thanks,
Pramodh

Jimmy Li February 12, 2022

Worked. Thank you @Pramodh M . It's interesting that when I paste an "issue key" in a comment from the UI, I do not get the "card format with real time status".

Pramodh M
Community Champion
February 12, 2022

@Jimmy Li 

While commenting it's the URL 😃 (Issue link in Wiki format)

While Automation for Jira handles it pretty differently by just entering issue key.

Like YUJIE Li likes this

Suggest an answer

Log in or Sign up to answer