Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to see a statistic: pages updated for one space category

Christian Fopke April 9, 2015

Hi, we have one space per project (category "project"). Home page is a data sheet with important informations, status, involved persons ...

Do we have a possibility seeing all projects in a list like "not updated since" or "last update"..?

By using category  - maybe and status ?

 

Kind regards, Christian

1 answer

1 accepted

1 vote
Answer accepted
Guilherme Nedel [Atlassian]
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 17, 2015

Hello Christian, I believe this can be helpful and a good start:

SELECT spaces.spacename, MAX(content.lastmoddate)
FROM content, spaces
WHERE content.spaceid = spaces.spaceid
GROUP BY spaces.spacename;
Christian Fopke April 20, 2015

It isn´t a macro, but brilliant. Good idea, using SQL in this case - thank you ! Best regards, Chris

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events