Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,556,237
Community Members
 
Community Events
184
Community Groups

Plugin filter for Issue

Hello 

I am using Jira Core 7.12.3 and I am looking for the plugin which will allow me to filter linked issue. At the moment my filter is limited to -> "Filter by key or summary".

I need more choise. Is anybody can help with info?Capture.PNG

 

3 answers

2 votes
Jack Nolddor [Sweet Bananas]
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
Dec 10, 2019

Hi Martina,

 

Have you ever tried JQL Booster Pack? It includes a few jql functions related to relationships:

  1. linkedIssuesOf()
  2. parentsOf()
  3. subtasksOf()
  4. epicsOf()
  5. issuesInEpics()
  6. portfolioChildOf()
  7. portfolioParentOf()

 

You can create some complex queries, such as:

• Find issues linked to 'Open' Bugs:

issue IN linkedIssuesOf("type = Bug AND status = Open")

• Find issues which any of their subtasks are 'Open'

issue IN parentsOf("status = Open")

• Find issues within Epics from the EMEA project that indeed belong to another project

issue IN issuesInEpics("project = EMEA") AND project != EMEA

 

References:

 

Hope this answer helps you to fit your needs,

Regards

I have that as an error

 

....     /rest/plugins/1.0/org.craftforge.jira.craftforge-jql-functions-plugin-key [c.a.p.osgi.factory.OsgiPlugin] Unable to start the plugin container for plugin 'org.craftforge.jira.craftforge-jql-functions-plugin'
java.lang.NoClassDefFoundError: org/apache/lucene/search/SimpleCollector

0 votes
Pete Singleton
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 Leaders.
Dec 10, 2019

Have a look at this app, very useful I find: 

https://marketplace.atlassian.com/apps/31601/search-linked-issues

You can do extended JQL queries based on linked issues, and also create custom fields to show specific link types.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events