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: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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

TAGS
AUG Leaders

Atlassian Community Events