Note
We've packed up and moved from Confluence to Discourse to bring you a better, more interactive space. Out of courtesy we didn't migrate your user account so - you will have to signup again
The Exalate team will be on holiday for the coming days - returning Jan 4
Enjoy & stay safe
I want to show the replica issue status with a color. I can fetch replica.status.statusCategory.colorName, which is for example “yellow” but I have no idea how to convert that into a rich text field in Jira Cloud using Markdown.
Do you have an example how to properly make a text a specific supported color in the description field?
status.statusCategory.colorName is not even posted I see..
In the Jira API it does show up;
Hi,
Can you please try as below?
What is inside ${replica.status.name} representing the actual text can be replaced by description to do something like:
Feel free to contact us back for further questions.
Best regards,
Answer from client:
If you look at the payload, you'll see that statusCategory.colorName is not present. It is part of the Jira issue API but not pushed over from Exalate I believe.
Secondly, you can easily replicate this behaviour of putting a status panel in your description on one end and you'll see the "[ status name ]" on your target environment, instead of the status panel.
Also you can try to send the color from status while using a rest call, you can add the following into the Jira B - Outgoing sync:
Incoming Jira A:
Kind regards,
Ariel
Hi,
The status macro is actually now pushed as a status macro. I can't show an example here but try the Jira status macro in a description and push that to your target.