How can I recognize old questions?

Marco Friedmann November 5, 2015

How do you recognize questions which are not relevant anymore so that they can be deleted?

Are there any good practices?

1 answer

1 vote
Guilherme V.
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 9, 2015

Hey there,

You can find old questions directly in the database by executing the following statement:

select title as questionTitle,creationdate from content where pluginkey = 'com.atlassian.confluence.plugins.confluence-questions:question' order by creationdate asc

information The query above is lower case, check if you database is case sensitive before running it.

 

Cheers,

Marco Friedmann November 10, 2015

are there other fields like "creationdate"? Something as "lastedited" or "lastanswer"?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events