Generate Confluence Page based on a Template, via JIRA Issue (Automation)

Mahima Srivastav January 20, 2021

My Requirements:

When a JIRA Issue is Transitioned to a specific status, 

  • Automate the generation of a Confluence Page based on an existing Template (Custom or Confluence templates like Design Review)
  • Link the Confluence Page (and its attachments) to the JIRA Issue

 

I had looked up generating a confluence page and found a solution which Sends a Web Request using a code:

Can I create a Confluence page with an Automation for Jira Rule? 

Code:

{
"title": "what ever you want",
"type": "page",
"space": { "key": "Some existing confluence space" },
"status": "current",
"body": {"storage": {"value": "Your Text","representation": "storage"}}
}

I don't have coding knowledge. So, I don't know how I can modify this code.

P.S - I'm using JIRA and Confluence Cloud.

1 answer

0 votes
Ignacio Pulgar
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 28, 2021

Hi @Mahima Srivastav ,

Have a look at this awesome article which explains step by step how to use the Send a Web Request action.

No coding skills required! :)

Hope it helps.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events