Filter Jiras when a specific issuelinktype has been added

Hanieh Rossel August 31, 2022

Hello community,

I need a query which allows me to filter Jiras when a specific issuelinktype has been added.

Here is more explanation:

  • We have user-stories
  • We use Xray to cover user-stories by tests
  • We want to follow a KPI to show how many user-stories are coverd by tests for each month
  • I tried this jquery but the updatedate can be related to everything and not only to when a "tested by" link is added to the story:  IssueType = Story AND issueLinkType = "tested by" AND updatedDate >= "2022/06/01" AND updatedDate < "2022/07/1" ORDER BY updated DESC 

Can you please help me?

Hanieh

1 answer

0 votes
Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 31, 2022

Not ideal but maybe consider a custom date field and automation. When issue is linked and conditions are met then set date. This will allow you to construct a JQL.

Suggest an answer

Log in or Sign up to answer