We have a project which has multiple agile boards - one master and duplicated ones from that with filters for each scrum team.
The teams create their sprints within their specific boards.
I've been trying to create a filter (which doesn't need changing constantly to include specific sprint IDs) but failing.
Note that all the sprints follow the same naming convention (eg Team 1 sprint 22, team 2 sprint 22) and run with approximately the same start and end dates/times as the other teams in the project
The info I want is:
1) Data such as story points and number of stories for all sprints in the project which have just finished, I was trying to use issuefunction in previoussprint() but I'm not sure that this will show me all teams or just the last to complete a sprint!
I could potentially use something which will give me the details for all stories which were completed in sprints where the sprint end date was within the last 14 days.
eg one thing I tried was:
Project = XXX and (issuefunction in completedinsprint(board 1, team 1 sprint22) or issuefunction in completedinsprint(board 2, team 2 sprint 22)
which works until we progress to sprint 23 on Wednesday so how I can I amend this so that ,for example, it includes all sprints in the project that ended within the last 14 days
I would like to also find similar to collate one list of the original stories brought into the combined sprints before sprint start and a second list of those added later.
Did you find any solution for this?
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.