Userstories colour based on links

Cedric B October 21, 2024

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 ?

2 answers

0 votes
Cedric B November 4, 2024

Hi @Fadoua ,

I'm aware about this option. My issue is to find the correct query to colorise Userstories, children of EPIC. Any suggestions ?

Fadoua
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 4, 2024

@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

0 votes
Fadoua
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 3, 2024

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

Screenshot 2024-11-03 at 12.26.45.png

Cedric B November 4, 2024

OK, so no chance to use à query like :

issuetype = "UserStory" AND (issueLinkType is not EMPTY AND issuetype =Fonctionality)

Fadoua
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 4, 2024

@Cedric B 

Can you please try ?

issueFunction in portfolioChildrenOf(‘issuetype = Epic’)

Cedric B November 5, 2024

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")

Cedric B November 5, 2024

Another option :

My functions have a field named "Affected Version". May be, i could see Userstories members of these functions with this property ?

Cedric B November 7, 2024

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,

Suggest an answer

Log in or Sign up to answer