DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Related

  • When Snowflake Lies to You: Understanding False Failures in dbt Pipelines
  • Master-Class: Understanding Database Replication (Single, Multi, and Leaderless)
  • Liquibase: Database Change Management and Automated Deployments
  • AWS Managed Database Observability: Monitoring DynamoDB, ElastiCache, and Redshift Beyond CloudWatch

Trending

  • Alternative Structured Concurrency
  • Kafka and Spark Structured Streaming in Enterprise: The Patterns That Hold Up Under Pressure
  • Building a Spring AI Assistant With MCP Servers: A Step-by-Step Tutorial
  • 5 Layers of Prompt Injection Defense You Can Wire Into Any Node.js App
  1. DZone
  2. Data Engineering
  3. Databases
  4. How to Create a “Resolved By Me” Query In JIRA

How to Create a “Resolved By Me” Query In JIRA

Atlassian JIRA does not have a built-in query for all issues resolved by the current user. But it has a powerful query language that can be used to create one.

By 
Kunal Chowdhury user avatar
Kunal Chowdhury
·
Dec. 08, 15 · Tutorial
Likes (3)
Comment
Save
Tweet
Share
8.3K Views

Join the DZone community and get the full member experience.

Join For Free

You might have been heard about the product JIRA. It is a bug tracking product, developed by Atlassian. It can be used as general "issue tracker", “new feature request tracker” and more, rather than solely a bug tracker. It’s more customizable than BugZilla and queries also can be modifiable.

 Today in this small blog post, we will learn how to create a query to list down all the issues “Resolved by” a particular user or you. Continue reading to know more about it.

How to create a “Resolved by me” query in #JIRA dashboard? (www.kunal-chowdhury.com)

In JIRA dashboard, you will not find any filter to find out all the issues resolved by you or a particular user. You will not find other options to change the filter too, but you can easily customize it by writing JQL (JIRA Query Language) in the filter bar. Let’s see how to write it.

Go to your JIRA dashboard and create a new filter. Click on the “Advanced” link as shown in the below screenshot:

Custom filter creation in JIRA dashboard (www.kunal-chowdhury.com)

Now the default filter configuration panel will change to a free text entry box, where you can write the JIRA query (JQL) to filter out the issues or tasks. Here’s the query to list all issues resolved by the current logged-in user:

status in (Resolved, Closed, Reopened) AND status WAS "Resolved" BY currentUser()

Here is the screenshot of the same, which when run will list the issues resolved by currently logged-in user. The JIRA method “currentUser()” returns the current user details. You can also change it to specify any particular user.

Custom filter in JIRA dashboard - Issues resolved by me (www.kunal-chowdhury.com)

 I hope that the post was clear and to the point. If you came to this site searching how to create this custom filter, don’t forget to drop a line below with your feedback about the same. Check out my other posts too. Connect with me over Twitter, Facebook, Google+ and subscribe to my feed to get all the updates that I share.

Database Jira (software)

Published at DZone with permission of Kunal Chowdhury. See the original article here.

Opinions expressed by DZone contributors are their own.

Related

  • When Snowflake Lies to You: Understanding False Failures in dbt Pipelines
  • Master-Class: Understanding Database Replication (Single, Multi, and Leaderless)
  • Liquibase: Database Change Management and Automated Deployments
  • AWS Managed Database Observability: Monitoring DynamoDB, ElastiCache, and Redshift Beyond CloudWatch

Partner Resources

×

Comments

The likes didn't load as expected. Please refresh the page and try again.

  • RSS
  • X
  • Facebook

ABOUT US

  • About DZone
  • Support and feedback
  • Community research

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 215
  • Nashville, TN 37211
  • [email protected]

Let's be friends:

  • RSS
  • X
  • Facebook