Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Need filtre to show all my task exept the one that are done for more than 1 week

Gaetan Gaston
Contributor
December 10, 2020

Hi there,

I am a project manager and need to optimize Jira for our employee.

Situation: We are working on different PROJECT, and in each project we're using EPIC and TASK. We have a Kanban-board that show a global view.

Objectif : Develop a board so that each employee can quickly view only his/her task

Filtre : I started to create a filtre so  that I can  

  • SEE 
    • Everything that is assigne to me
      • ->assignee = currentUser()
    • Everything that I have created
      • -> reporter = currentUser()
    • Everything in which my name appears (descrition, coment, ...)
      • -> comment ~ currentUser() OR description ~ currentUser() OR summary ~ currentUser() OR text ~ currentUser() 
    • Everything from all project
      • -> project in (Proj1, Proj2, Proj3, ...)
  • NOT SEE
    • Everything that is DONE for more than 1 week
      • -> status = Done AND updated < -1w

 

Both part (SEE and NOT SEE) works good separatly but my issue is to link the 2

 

Created filter (not working) :

project in (Proj1, Proj2, Proj3, ...) AND ( assignee = currentUser() OR reporter = currentUser() OR comment ~ currentUser() OR description ~ currentUser() OR summary ~ currentUser() OR text ~ currentUser() )  NOT (status =Done AND updated < -1w)

 

How can I do it ? 

2 answers

0 votes
Alex Perez
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
June 13, 2013

Hi,

some time ago I asked for a very similar problem. Unfortunatelly I still haven t implemented that ..

https://answers.atlassian.com/questions/162361/customfield-for-showing-versions-of-another-project

HTH

0 votes
Ramiro P
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
June 13, 2013

Hi Uli, there are a lot of questions on how to do this in AA, but it's currently not possible. What you can do (I do this way) is create the same version in the other project with same name and description. In the database you will see the two versions will have different ID's but when you search in Jira using the issue navigator all the issue with that version will be listed, no matter in what project is in.

Hope this helps.

Uli Lamsfuss
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 13, 2013

Hi Ramiro,
thanks for your suggestion. Maybe that would be doable if I only had a couple of projects and a couple of versions in each. I guess I have too many of both. Further I am not sure how doubling the entries would secure the links to the Stories and testcases.
So, I think this is not the solution I am looking for.
thanks anyway.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events