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

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 Leaders.
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;

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events