Forums

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

can I insert '/Jira issues' (like confluence editor) in Confluence page through REST API?

김민경
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!
August 21, 2024

can I insert '/Jira issues' (like confluence editor) in Confluence page through REST API?

I insert 'Jira legacy', but I want to insert Jira issue ... 

1 answer

0 votes
Tanya -
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 15, 2025

Hey 김민경

Greetings !! I hope you are having a lovely day. 

Could you please try the following format: 

{
"type":"page",
"title":"{{issue.key}} {{issue.summary}}",
"space":{"key":"MPS2U"},
"body":{
"storage":{
"value":"<ac:structured-macro ac:name=\"jira\" ac:schema-version=\"1\" ac:macro-id=\"71c4c2a3-db0b-499f-816d-64395f485435\">\n <ac:parameter ac:name=\"server\">System JIRA</ac:parameter>\n <ac:parameter ac:name=\"columns\">key,summary,type,created,updated,due,assignee,reporter,priority,status,resolution</ac:parameter>\n <ac:parameter ac:name=\"serverId\">c5a16fc3-0742-303f-b02a-822c531694b6</ac:parameter>\n <ac:parameter ac:name=\"key\">{{issue.key}}</ac:parameter>\n </ac:structured-macro>",
"representation": "storage"}
}
}

 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events