Hi Friends,
I have created the filter with two project and create the board. Then i have created the sprint with some task and work on it in last few weeks. Then i tried to close sprint now, then it is display the message like" you will need the project administration permission to update the sprint" and list out four project. But i mentioned only two project in filter and i'm also have the admin permission to those projects too. But it shows the message like that.
Can you please help me on this,
Thanks in advance,
Karthik A.
Could you give us the full filter definition from the board config screen? (Feel free to change/hide the names of the projects, but give us the exact text of the rest of it)
Hi Nic,
Please find the filter text below:
project in (project1,project2) AND (component in (component1, component2) OR
labels in (label1, label2)) AND "Project Release" in (2010,2013)
ORDER BY Rank ASC
Thanks,
Karthik.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Your filter includes all your projects. The first two clauses are fine, but you've mistaken where you are joining them. What your filter actually says is: project in (project1,project2) AND (component in (component1, component2) OR labels in (label1, label2)) AND "Project Release" in (2010,2013) To put that in a more human way: project in (project1,project2) AND (component in (component1, component2) OR ANY project where (labels in (label1, label2)) AND "Project Release" in (2010,2013)) I would change your filter to: project in (project1,project2) AND ( (component in (component1, component2) OR labels in (label1, label2)) AND "Project Release" in (2010,2013) ) Noting the extra brace after the first AND and at the end of it. That will limit you to the two projects.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nic, But my filter does not list out any tasks from project3 and project4. Even though it is require the admin permission for those project while trying to close the sprint. Thanks, Karthik.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
But your filter is still for "all projects". It does not matter whether the results contain anything, what matters is what projects the filter COULD return. And you've said "all of them". So you either need admin on ALL projects, or you need to limit the filter to the ones you actually want to include in the board.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.