The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Project and space creation date

Rumceisz
Contributor
February 13, 2013

Hi All,

I need some info for a presentation. I'd like to make a comparison: how much projects and spaces were in our Jira and Confluence 1 year ago and today? Of course the data of today I know, but how could we get the data of previous dates.

Is there a feature I get the project's and space's creation date?

Many thanks in advance!

Rumi

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
John Garcia
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 Champions.
February 13, 2013

For the JIRA half of this question, it would make sense to just look at the first Issue created in the project, as that's really the start of things:

select MIN(created),pname from jiraissue join project on jiraissue.project=project.id where created < '2012-02-13' group by pname;

TAGS
AUG Leaders

Atlassian Community Events