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.
Im trying to create a custom filter that will display milestones only in the gantt view. I have multiple projects nested in a hierarchy and want only see milestones .
I have gone to the Add new quick filter and struggling with the JQL statement .
Hi @Rakesh Pradhan and welcome to the Community!
All comes down to how you define milestones and what you mean by gantt view. Are you using advanced roadmaps or a marketplace app? Are your milestones a certain issue type or are they something else?
im using Big Picture Add in for JIRA
I have setup a hierachical strucre of projects and sub projects
Milestones are created as Tasks and then converted to Milestones (with start and end dates the same) so you have a zero duration
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok. If all goes well, @Rakesh Pradhan, converting a task into a milestone in BigPicture should add a #milestone label to that task in Jira.
That should allow you to create a quick filter that looks for that specific label in Jira to highlight just your milestone tasks like this:
labels = "#milestone"
Hope this helps!
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.
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.