Jira issue solved per week, irrespective of creation date - jira

How can I create a weekly graph in Jira, that shows me how many issues per solved per week, irrespective when they were created.
Thanks in advance

what version of JIRA are you using (hosted or OnDemand)? Are you using sprints / agile boards / Greenhopper? If you have those, then you should be able to leverage the burndown chart (and many other reports) in the Report tab of an agile board.
for custom details, you can use the issues search feature. and filter by resolution date
resolutiondate >= startOfWeek()

Related

How to show worklog in a weekly breakdown on a JIRA dashboard gadget?

For total worklog I use a Counter gadget summing time spent (and a simple filter specifying project, issuetype and labels (customfield).
Please advise, what filter and gadget should I use to see total worklog in a weekly breakdown?
You can try Sprint Burndown gadget.

JQL query to filter JIRAs based on the last commented date by a particular account / user

I am new to JIRA / JQL, and wanted help in knowing if the following is possible:
I want to filter JIRAs which have been commented on by a particular user (a bot account) in the past xx days
I want to filter JIRAs which have a particular regex in its comments in the past xx days
If the above cannot be done, I am open to suggestions as to how to achieve it using a combination of labels and description in the JIRA!
Sorry, but comments are stored within each Issue and you can't search for them globally using the native JQL query. You'd need to utilise the REST API to iterate through the Issues, extracting all the comments, then filtering the results.
Refer to this article in the Atlassian community Jira blog on the same topic and what third party tools can help work around the issue.

How do I get the number of bugs reported per month on Jira?

I am new to Jira and am trying to find the number of bugs reported on Jira per month using JQL query.
In fact you could use the basic mode in Issues tab, to arrive at the report
Basic mode generates the JQL in the background with help of dropdowns and selections, Advanced lets you use the JQL
Requested JQL Query Below, for Month November
project = *YourprojectName* AND issuetype in (Bug, "Story bug") AND created >= 2018-11-01 AND created <= 2018-11-30

Maintain Formatting between Confluence and Jira (Create Jira Issue Micro )

I am trying to integrate Product Requirements from Confluence with Jira.
Using Jira issue macro in confluence to create multiple Jira issues.
But in the Confluence product requirement table the requirements are listed as a bulleted numbers, but I don't see the same format in Jira issues.
Please refer the below examples for more details:
Confluence Page - Product Requirements Table with Bullet
formatting
Jira Issue Page - No Formatting for the same requirement
You can have better experience using C4J Addon, which show the user the exact Confluence content directly in the Jira issues.
You can try it for free at: https://marketplace.atlassian.com/apps/1222263/c4j-content-display-for-jira?hosting=server&tab=overview
Best wishes,
Y

JIRA spent time in last month report

Is it possible to generate a report of time spent in last month?
Now when I try to generate Time Tracking Report is generating a report for all time, there are no date start/end filters.
I was using YouTrack and there it's very easy to generate such report.
There is a Chrome extension that integrates with your JIRA instance named 'JIRA Assistant' which provides a very easy to use 'Time Tracking' functionality.
You could use that for your time tracking requirements for individuals or group of users or teams.
This has the provision of giving custom time-ranges!
Providing a screenshot of how it looks like with just Chrome browser!
It has an old and a new UI that provides certain features in both the versions of the tool/extension. Hope this helps!

Resources