The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi
I'm using JIRA cloud for one my project. With this query in board setting "project = GYMXS ORDER BY Rank ASC" I can access all the features + roadmap. However, when I change the board default query as "project = GYMXS and issuetype in (Bug, Epic, Story, Task, Sub-task) or "Epic Link" not in (GYMXS-75) ORDER BY Rank ASC" roadmap is not working. it says
Any idea?
I believe that the error is within your query. Specifically the “…or "Epic Link" not in (GYMXS-75)”. Since this bit falls outside any parentheses controls it would result in issues outside of the project.
as an example if you were to enter the following in the Advanced search you would most certainly get issues from many projects.
Epic Link" not in (GYMXS-75)
With that conveyed, try this…
project = GYMXS and (issuetype in (Bug, Epic, Story, Task, Sub-task) or "Epic Link" not in (GYMXS-75)) ORDER BY Rank ASC
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, Roadmaps Cannot be used if you have multiple projects in Board, Change it to Single Project in Board Filter (In Standard only Basic Roadmap is available) and If you want Multiple Projects Feature you need Advanced Roadmaps which is available in Jira Premium.
Thanks,
Pramodh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, Pramod. In my query, it's only a single project "project = GYMXS and issuetype in (Bug, Epic, Story, Task, Sub-task) or "Epic Link" not in (GYMXS-75) ORDER BY Rank ASC"
what you mean to say is, I can't have multiple projects in the space/setup ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Check the Board Configuration Once and Create a new Roadmap by selecting a Board.
It should work.
Thanks,
Pramodh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
👋 Hi there Jira Community! A few months ago we shared with you plans around renaming epics in your company-managed projects. As part of these changes, we highlighted upcoming changes to epics on...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.