Editing a roadmap with more than 5 bars and 9 months is a navigation nightmare! Once you get to 6 bars your dates roll off the window. Then you are left guessing where your new bar needs to start and end.
Good luck if you need to move a bar up or down from an In Progress section to a Completed section. It is more difficult than playing Frogger but not as fun.
Does anyone have a fix for this? Do I need to read the owner's manual??? Ugh.
Hi @Reuben Mendoza,
There is an existing feature request for this in Atlassian’s backlog: https://jira.atlassian.com/browse/CONFSERVER-36103.
You can try the workaround suggested by Dave Krol:
I have a solution/workaround that can be implemented on our end.
Caveats:
- I only have a solution for Chrome browsers right now.
- Obviously, I can't touch the Atlassian code itself - so it's not a real fix, it's more of a workaround.
- Which means - this has to be done individually to each computer accessing the site.
- ie: Following this procedure yourself will not allow your employees/colleagues to experience the fix as well - they have to follow the procedure as well.
- For those of you know notice, this is basically just saving CSS changes made using the Inspect Element tool.
Solution:
- Download the Stylebot extension here
- I'd restart your browser just to be safe
- Go to the page where the roadmap planner is
- Click to Edit the roadmap planner so you see the popup window where you can move the colored blocks around etc.
- Click on the Stylebot button at the top-right of your browser (it says "CSS")
- This is next to the other extension buttons or next to the Options/Settings drop-down button (it looks like 3 vertical dots)
- Click "Open Stylebot"
- A window will appear on the side of your browser window
- At the bottom click on "Edit CSS"
- A blank text box will appear
- Paste this into the text box:
#confluence-roadmap-dialog {
width: 95%;
height: 95%;
top: 110px;
}- Click Save
- Reload the page
- It should work
Note: You can adjust the percentages using trial and error to better adjust to your needs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.