Example in Jira Board 1 - In Velocity Chart, When we click on "Hide Unrelated Sprints", it hides couple sprints of same project key. Why?
Jira Board 2 - On this project teams board, it doesn't. Which is correct. If the jira board has all stories with same project key, whether we hide or unhide unrelated sprints, it should show all sprint numbers data.
What is being done wrong due to which couple sprints of the jira board with same project key are not populating on Velocity chart report ?
Can you share the board filters?
What I imagine is that the board filter for board 1 is more locked down, where as the board filter for board 2 is going to be for the whole project.
Best,
Clark
Thanks @Clark Everson . So, we have to check the board filter. That might fix the issue. Got it. Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Here is the Board 1 filter which has the problem:
project = DBXG OR issuefunction in epicsof("project = \"DBXG\"") AND project = PCTMQ ORDER BY Rank ASC
And here is the Board 2 filter which works fine:
project = JTHG OR issuefunction in epicsof("project = \"JTHG\"") AND project = PKNLZ ORDER BY Rank ASC
Both seem to have identical filters. Would the problem be something else? Like not opening or closing sprint within the allowed time range or ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That second one is a different filter, it seems the same but there could be some limits with issuefunction epics of. I am unsure as it's advanced JQL and while it often works properly sometimes it can have problems as it's not native JQL. I would suggest reaching out to Adaptivist it maybe expected behavior or maybe a bug
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok. Thanks for looking into it. Will take it up accordingly. Thank you.
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.