Uploaded image for project: 'Jira Software Data Center'
  1. Jira Software Data Center
  2. JSWSERVER-24840

Allow the ability to set an sync interval or auto sync mechanism in Advanced Roadmaps

    XMLWordPrintable

Details

    • 1
    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      Ideally, we want Jira auto-syncs the Program whenever the page is opened/refreshed (like they do with Jira Plans). At a minimum we should be able to set an auto-sync interval (e.g. daily sync) to ensure the Program never gets too outdated.

      Workaround: 

      While not a true workaround there is a way to script a REST API to sync a program: 

      curl --location --request POST 'BASEURL/rest/jpo/1.0/programs/calculate' \--header 'Authorization: Basic xxxxxxxxx' \--header 'Content-Type: application/json' \--data-raw '{"programId":1}' 

      You'll need to know the program ID, it can be gleaned from the URL when loading the program.

      Attachments

        Activity

          People

            Unassigned Unassigned
            rvolkmar Ronnie Volkmar
            Votes:
            4 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated: