JIRA spent time in last month report - jira

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!

Related

As part of our project we want to capture the information available in JIRA for our sprint into a databse"

As part of our new project we are trying to build a report using tableau.The report presents the information for a sprint as per the requirement.Currently we are manually updating the data source for the report.
"Is there a way through which i can access the JIRA information for a sprint and store it in a database so that i can abolish the manual updates".
Yes, due to Jira's popularity there is a Jira API for the vast majority of programming languages with which you could accomplish this.
I personally would suggest the jira-python api due to it's vast documentation that can be found here: https://jira.readthedocs.io/en/master/api.html#jira.
Then you would simply call sprints(...) or sprints_by_name(...), and iterate through the results printing relevant information into your database.

Filter data over a period of time in Fabric.io

I have been using Fabric.io on my iOS app for 2 months. It's an e-commerce app so I'm using custom events for monitoring Product search and Purchases. What I noticed it's that though the tables in "Answers" get filled up with data it's not possible to define the date range of the reported query of searching for older events. The dashboard panels look limited to the latest data with no possibilities of customisation.
Is there any way to perform a proper filtering?
Apparently the dashboard only allows you to see the data from the most recent 30 days. If you use the export function you get the data from one year.
They know that some people want to have it, but I don't think they are working on that.
Would be great if everyone could add their +1 on this question:
https://twittercommunity.com/t/fabric-answers-how-to-select-date-range/58599
Hope this helps.

Jira issue solved per week, irrespective of creation date

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()

Adobe SiteCatalyst:How to export the groups with list of usernames and report suite

i am working on Adobe SiteCatalyst.
i am able to download the groups with column names Group Name,Description,Users and Report Suites.
In above list am getting count of users and report suites.but i need a exact name instead of count how this can be done using Adobe Site Catalyst..
Please help me..
I don't know of a built in report that will get you this. If there is a small number of users and you don't need to do it very often then you can do this manually. But it would be a pain.
If you think it is worth investing some time into this because you have a lot of users and/or you need to do this report often then you can use the Enterprise API to automate this report.
You will need to create a user with the Web Services permission. Then using that username and secret (be careful to use the exact format from the Admin tools->Company Settings->Web Services as there is a "loginCompany:username" format and special Shared Secret)
Then you can use the APIs assuming you have some development experience. This is a good starting point. https://developer.omniture.com/en_US/get-started/api-explorer#Permissions.GetGroup and also look at GetGroups.
Best of luck C.

Calendar or Agenda plugin for Grails

I need to find a way to detect if any given person is available in a given time... but it needs to be accurate, i will explain with an example:
I have a system that allows to a given person to register, and be contacted to work in a work-by-hour job. So, a given person can be hired to work from 09:00AM to 13:00, and be hired by a completely different person to work from 16:00 to 20:00 (for example). I need a Calendar/Agenda-like plugin to grails that allow me to get the data in a given day, and hourly-accurate
Anybody knows any plugin that dows that? Thank you.
There's not a plugin to my knowledge that is going to give you exactly what you need. There is, however, a very nice jQuery plugin called FullCalendar that I've used to implement Google Calendar like functionality for a client.
There is also a Grails plugin for it, although I generally don't use plugins for JavaScript libraries. Makes it more difficult to customize things.
You're still going to have to manage your agenda/event data yourself. But once you have the data, feeding it to FullCalendar via JSON is cake.
This can be also implemented with DHTMLX JavaPlanner, check out this tutorial
http://javaplanner.com/docs/using_javaplanner_with_the_grails_framework.html

Resources