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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
PlantUML supports including links. I've tried this out, but the links aren't clickable. Does any special syntax apply here to make this work?
Hi Vikaash.
We are working on an update that will support links and much more.
Stay tuned.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Aiming for the end of Q1.
Update: new release is pending Atlassian approval. Hopefully, it won't take more than couple of weeks.
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.
Thanks! I've been notified this is a paid update, so currently my request for this update is being processed by my company's IT budget owner.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is a workaround by setting option 'Image format = SVG'
https://forum.plantuml.net/7270/hyperlinks-working-using-plantuml-macro-confluence-graphviz
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Vikaash,
Have you already solved your problem?
We have PlantUML installed but I do not use it at all and I'm not familiar with the code. If you provided me with a sample code, I could try if this works on our instance.
Cheers,
Kirstin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Kirstin Seidel-Gebert , I didn't receive a notification, hence the tardy response... To answer your question: no, unfortunately I have not. You could try the following code to see if it works for you. Mind you, we're using Confluence Cloud.
@startuml
|Department A|
start
:[[http://plantuml.com/start Screen-1]]
Clicks on
Create
button;
:Completes
wizard;
:Task is
handed over
to department B;
|#AntiqueWhite|Department B|
:[[http://plantuml.com/start Screen-1]]
Completes
task created
by department A;
stop
@enduml
This should result in:
(now the correct diagram that goes with the code ;) )
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.