Is there a way to get a list of tags based on creation date?
Release : SAAS
Component :
Rally does have an application that will display this information. It is in our GitHub library and is unsupported by Rally at this time.
To install it:
Here is the link to the application with more detail:
https://github.com/RallyTechServices/tag-management
An API query will also provide this information (It will be necessary to change the field in yellow to your Workspace ObjectID):
https://rally1.rallydev.com/slm/webservice/v2.0/tag?workspace=https://rally1.rallydev.com/slm/webservice/v2.0/workspace/1899999999.csv&query=&fetch=Name,CreationDate&order=CreationDate&start=1&pagesize=20
And this API query will also provide the same information but the output will be a .CSV file.
https://rally1.rallydev.com/slm/webservice/v2.0/tag.csv?workspace=https://rally1.rallydev.com/slm/webservice/v2.0/workspace/1899999999&query=&fetch=Name,CreationDate&order=CreationDate&start=1&pagesize=20