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,555,948
Community Members
 
Community Events
184
Community Groups

Are there any Next-gen Kanban reports to show work items that are "in-progress" and/or "done?"

Right now we are demoing Jira Cloud, and we currently have an in-house process where our associates go and input a description of of their weekly work. I am hoping there is a report I can run for a Jira Cloud Kanban board that can provide me a list of work items assigned to myself. If so, this would be a strong argument for us going to Jira Cloud. There are some teams that are using SpiraTeam, and I know there is a way within that app to export tasks (work items) to an excel report. 

1 answer

0 votes
Petter Gonçalves
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Jun 29, 2020 • edited

Hello @Spencer Hale

Welcome to the Atlassian Community!

Could you please describe exactly what kind of statistics you want to display in your reports?

Also, to give you specific instructions on how to achieve it, I must know how you are registering your weekly work at the issues. Are you using a custom field or comments?

If you are just looking for a list of all issues assigned to you displaying the description of the work done on those issues in the last week, you can use the Advanced search mechanism of Jira (JQL) to return that information:

What is advanced searching in Jira Cloud? 

Let me give you a practical example or how this could be done:

Let's suppose you are using the comment sections to add the weekly work done in your issues. To be able to display the comment related to the last week at the report, you can use a custom field to return only the last comment added. These would be the steps:

  1. Add a Paragraph custom field (Under project settings > Issue types)
    Screen Shot 2020-06-29 at 12.42.25.png
  2. When you add a new comment with your weekly work to the issue, add that comment to the paragraph field too. P.S: Optionally, you can use an automation rule to do it (under project settings > Features > Automation)
  3. Click on the filters drop-down at the header of the page > Advanced search
  4. Type and save the following query as a filter, where "ABC-123" is your Next-gen project key:
    assignee = currentUser() and status in ("In progress", "done") and updated >= startOfWeek() and project = "ABC-123"
  5. Then, select the "List view" on the right side of the query. This option will allow you to display the columns (fields) you want in the search, including the paragraph field with the work description of the last week:
    Screen Shot 2020-06-29 at 12.46.26.png

Following the steps suggested, the query will display all the issues updated at the last week that are assigned to you in the status "In progress" or "Done" at your Next-gen project.

Additionally, you can export those issues in different formats if you want with all their related fields. To do it, just clicking at the Export button on the top-right corner of the page

Let us know if you have any questions.

Petter thank you so much for your response! I believe your answer will give us a great start at looking at how we can export these items in a useful report. If I have more questions regarding this, should I post under my initial question or post a new question?

Petter Gonçalves
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Jul 03, 2020

You are welcome, @Spencer Hale

If you have any questions about the instructions provided while creating your report, please feel free to ask me directly in this question.

Now, if you need help to achieve something different from the initial question summary, please create a new question so other users looking for the same instructions can easily find the related content.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events