Jtomberg
Jtomberg

Reputation: 1

Not able to create a link in a Jira description when creating the issue from a zap

We have a Google Form where the submissions create a Google Doc. I've set up a zap in Zapier that takes some of the content of the doc and creates a new Jira issue. That all works fine. I need to add a link in the Jira issue description that links back to that Google Doc. But I can't figure out how to format that in the zap - it's just coming back as plain text. I've tried this format, but it doesn't work: Link Text

Has anyone successfully done this?

Upvotes: 0

Views: 1202

Answers (1)

CraZ
CraZ

Reputation: 1834

It depends if you use Jira Cloud (usually domain.atlassian.net) or Jira Server/DC (usually jira.domain.com).

Jira Cloud syntax: [Link Text](https://link_url) (see Atlassian documentation)

Jira Server/DC syntax: [Link Text|https://link_url]

Upvotes: 1

Related Questions