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
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 ?
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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
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.