I'm trying to show projects in an order (similar to the roadmap macro) but without dates.
I know that projects should be timebound etc but theres various reasons for wanting to do this. Is there a way to create a chart or diagram where I can order projects? Preferrably it'll have lanes too.
Any help appreciated.
If you have Confluence server, you could try to remove the dates with CSS .. I have cloud so I cannot try, but with the style console I've been able to hide it with the line
.roadmap-frame .roadmap-frame-title, .roadmap-frame .roadmap-frame-content {
display: none;
}
You can also try to install an add-on to build diagrams https://marketplace.atlassian.com/search?query=diagrams (you can filter by cloud or server, and also free or not ;) )
hi
that's a great help - thanks for taking the time to reply.
David
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
you're welcome :)
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.