Hello,
On my kanban board, i try to colour Userstories member of Funtionalities, themselves member of EPIC.
EPIC1
-Funtionality1 (link with his parent as "inside of")
--Userstory1 (link with his parent "as inside of") => Color
--UserStory2 (link with his parent "as inside of") => Color
<NO EPIC>
-Functionality2
--UserStory1 => NO Color
In JQL, color is ok for Funtionnality but impossible with user stories :
issueLinkType is not EMPTY AND issuetype =Fonctionality
Any suggestion ? Is it possible ?
@Cedric B @There is no such feature within JQLs. May be if you use an App but not available in Jira out of the box
Best of luck,
Fadoua
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Cedric B
Welcome to the Atlassian Community!
I will be attaching a screenshot which will look little bit different than Jira Data Center. However the concept is the same.
If you are a board admin please try to go to Card Color and use a JQL. So you issues will have different colors.
If you have any questions, please let me know.
Best,
Fadoua
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.
Thank you for your suggestion. It's not ok.
I try to identifiy User stories member of a functionnality, whose are members of a business need.
Our business needs are in a PI.
So, i want to highliht in my Kanban board my priorities.
If i try this, it's ok for functionnalities, but not for User stories.
issue in linkedIssues("Business need")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Another option :
My functions have a field named "Affected Version". May be, i could see Userstories members of these functions with this property ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Fadoua
When surfing on the forum, i've found this solution to color user stories cards that are in certains funtions :
issue in (linkedIssues(ID-1),linkedIssues(ID-18),linkedIssues(ID-24),linkedIssues(ID-37))
It's not very clean, but it works. "ID-xx" are my functionnalities in the business needs.
Best regards,
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.