Hi
I'm trying to update a confluence page through the rest api using wiki markup.
Until I use macros, everything is fine, but as soon as I try to use a macro like jira issue, I'm not managing to make it work. In addition to an error message that looks like it's missing the jira server id, the rest of the macro is not recognised.
I'm using this markup :
Hi @doudou ,
welcome to the Atlassian Community!
I've looked into the macro and the parameters are: columnIds, columns, key, serverId, so I would try something like:
{jira:columnIds=issuekey,summary,issuetype|columns=key;summary;type|key=MYPROJECT-2|serverId=xxx}
where xxx needs to be replaced by your real server id
So, it works even without the serverId.
So I have 2 questions :
Where did you find the documentation explaining those parameters ? I found something on atlassian before, maybe didn't read it correctly.
and the second is, where do I find the serverId ? (I'm not administrator of confluence here)
Thank you for your help, it really unblocked me
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great! Would you mind sharing the detail, how exactly does your request looks like (I'm especially interested in the body of the request, because it doesn't work for me :-))?
Thanks a lot!
Where did you find the documentation explaining those parameters ? I found something on atlassian before, maybe didn't read it correctly.
I tried to find the documentation, but I wasn't sucessful. So I just added one Jira macro to my confluence page and inspected it in the edit mode to see the definition.
and the second is, where do I find the serverId ? (I'm not administrator of confluence here)
It is available in the administration -> Licence Details, so you won't be able to get it without admin rights.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.