Hi, I'm trying to add column in structure (as notes) with a 'Health' text and a background color. This can/should be only part of the structure and not part of the issue. It doesn't seem possible.
Hello @Ilan Barel
Yulia from ALM Works here.
Do you mean that you would like to create something similar to the Confluence Status Macro in the Structure Notes Column?
If this is the case, it is not possible to do at the moment.
However, there is a way to achieve this type of stylized text using Formulas with Wiki markup. We would need to define what criteria you would be used to identify when to add a note and then create a formula to do it for you.
You can find more Formula samples with Wiki markup here.
Please let me know if this helps, or if you would like to discuss it further!
Best Regards,
Yulia Barbash
www.almworks.com
Thanks Yulia.
I'm aware of wiki markup. I'm also willing to create a notes column in the structure and try to parse it in order to create a 'colored' column. But I don't think it is possible to access the value of that column.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Ilan Barel
It is possible to access the value of the notes column. But the notes column exists only within the structure. So, you would need to have 2 columns. One for the actual notes column and the other which combines the note and a color. If you did not mean the Structure Notes column, please let us know which field you did mean.
For the formula column, you can start with this:
WITH addBackground(value, color) = """{panel:bgColor=$color|borderWidth=0px}$value{panel}""": addBackground(notes, "#ADFF2F")
In the formatting option please select Wiki markup.
Let me know if that works for you. Best regards
Best regards
Yulia Barbash
www.almworks.com
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your helpful answer. This is still an awkward solution but it is obviously the best under the current functionality.
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.