You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I am trying to use the below HTML in a page creation to have a handy-status in the page.
The handy-status setup within Confluence is Set: Priority and Status: Choose
'<p><ac:structured-macro ac:name=\"status-handy\"><ac:parameter ac:name=\"set\">Priority</ac:parameter><ac:parameter ac:name=\"status\">Choose</ac:parameter></ac:structured-macro></p>'
The above is not working. It shows up as a handy-status but seems to not know which setup to use even though I tried setting those with ac:parameter entries.
Hello @Landon Thomas ,
Thank you for mentioning our Handy Macros for Confluence app!
Based on your question, please refer to the information below:
<ac:structured-macro ac:name="handy-status-macro"><ac:parameter ac:name="set">3</ac:parameter>
<ac:parameter ac:name="status">9</ac:parameter></ac:structured-macro>
Please note that 3 refers to the ID of the status set, and 9 is the status ID.
You need to replace 3 and 9 (ID of status set and status ID) with the ID-s you want to use. To do so, please take a look at the HTTP calls which is made by our app. We suggest doing it in the admin section where e.g. you can get this kind of result https://handy-macros.stiltsoft.net/rest/status?setId=484 where statys set ID is 484. Then, you can also learn the Status ID, which is available in the preview tab.
Have a lovely day!
Kind regards,
Anastasia
@Anastasia Bek _Stiltsoft_ thank you for the help! I was able to find the ID I needed and the Status was a text entry. Then it worked!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.