• 55
    • 31
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      At this time the only way to get the date of project creation is through the database, please display this value for all projects.

            [JSWCLOUD-20553] Display Project creation date

            This could help us in creating a project report: Project created x years ago and not used since last y years. When will we get project created time?

            Chetankumar Patil added a comment - This could help us in creating a project report: Project created x years ago and not used since last y years. When will we get project created time?

            Michael Aglas added a comment - - edited

            I've seen we can simply workaround this by using a global automation rule and set a project property for it.

            Seems I was too hasty. It doesn't work that way. Unclear why, but automation rule throws errors when saving it.

            Michael Aglas added a comment - - edited I've seen we can simply workaround this by using a global automation rule and set a project property for it. Seems I was too hasty. It doesn't work that way. Unclear why, but automation rule throws errors when saving it.

            Such a low hanging fruit... Audit logs unfortunately get deleted over time... so have that value available would be very useful.

            Michael Aglas added a comment - Such a low hanging fruit... Audit logs unfortunately get deleted over time... so have that value available would be very useful.

            Aron Kuch added a comment -

            It would seem like the Details page on the Project Settings (for Software projects) would be the obvious choice. Seems like a small UI change. 

            Aron Kuch added a comment - It would seem like the Details page on the Project Settings (for Software projects) would be the obvious choice. Seems like a small UI change. 

            If the project was created within the last 6 months, there should be entry in Jira Audit Log with 'Change Summary' of "Project created" with a timestamp. 

            Ryan Brailey added a comment - If the project was created within the last 6 months, there should be entry in Jira Audit Log with 'Change Summary' of "Project created" with a timestamp. 

            FYI - 

            Since the create date isn't persisted, we wanted a way to capture that data.  As others have mentioned you can get older data from the audit logs and/or approximating by the oldest issue.
            We implemented Automation solution on a go forward basis to store the data as a project property.  Of course you would need to fetch the property later, but it least it will be stored.

            Automation details:

            When:  Project created  (for All projects)

            Send web request:  (your_domain)/rest/api/2/project/project.id/properties/projCreate

            Put headers as needed, then

            HTTP method:  PUT

            Custom data:   {"CreateDt": "now.jiraDate"}

            That will save it going forward.

            David Yohler added a comment - FYI -  Since the create date isn't persisted, we wanted a way to capture that data.  As others have mentioned you can get older data from the audit logs and/or approximating by the oldest issue. We implemented  Automation  solution on a go forward basis to store the data as a project property.  Of course you would need to fetch the property later, but it least it will be stored. Automation details: When:  Project created  (for All projects) Send web request:  (your_domain)/rest/api/2/project/ project.id /properties/projCreate Put headers as needed, then HTTP method:  PUT Custom data:   {"CreateDt": " now.jiraDate "} That will save it going forward.

            Leo Diaz | DEISER added a comment - - edited

            Workaround

            Hello Everyone,

            I'm Leo from DEISER (Marketplace partner). 

            Projectrak allows you to store the project's creation date. After you install Projectrak, the field Creation date is automatically filled in every time someone creates a project.

            Projectrak has more features, discover it on the marketplace

             

             

            Leo Diaz | DEISER added a comment - - edited Workaround Hello Everyone, I'm Leo from DEISER (Marketplace partner).  Projectrak allows you to store the project's creation date. After you install Projectrak, the field Creation date is automatically filled in every time someone creates a project. Projectrak has more features, discover it on the marketplace    

            Hi - i thought I did upvote and watch this. Hope there is traction on this. Thank you in advance

            Yatish Madhav added a comment - Hi - i thought I did upvote and watch this. Hope there is traction on this. Thank you in advance

              Unassigned Unassigned
              ovargas@atlassian.com Omar Vargas
              Votes:
              67 Vote for this issue
              Watchers:
              37 Start watching this issue

                Created:
                Updated: