Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1. Go to the Time in the Status report, select the desired configuration settings you need, and click the “Save as” button.

...

2. Select the “JSON Data feedFeed” tab.

...

3. Select the Preset you want to receive as the JSON Data Feed link.

...

Each token is created when a the JSON Data Feed link has been generated. It is unique and gives access to one preset from the user's name only. Tokens do not have a validity period.

Example of a unique secure token:

...

There are two versions of how the JSON Data Feed link. By default the JSON Data Feed returns the calculated data. The result of data calculation returns in the Format 2 by default. It looks like it’s displayed on the screen belowlink is created and works in the second version mode, and outputs the result in the following format:

...

After checking the received data, the program returns the calculated data on the basis of the preset in the Version 1. The Version 1 is displayed belowThe first version of the JSON Data Feed link outputs data in the following format:

Code Block
Object<
     /* Calculation result */ result: Object<
         issue_key: Object<
             status_id: number,
         >
     >
     /* Additional data */  
     statuses: Array<Object<
         label: string, 
         value: string,
     >>
     /* Task list */  
     issues: Array<Issue>
>
Info

Note. All JSON Data Feed links that have been created before the implementation of the Version 2, display information as it’s in the Data Feed version Version 1. Version 1 is outdated, but you can update it to Version 2 whenever you need it. To switch between the JSON Data Feed link formats, you should replace v2 with v1 v1 with v2 (and vice versa) in the link.

...

Info

Note. When you change the settings of the preset from which the JSON Data Feed link is created - the settings of the JSON Data Feed link will change according to the preset.

Info

Note. Limitations of the JSON Data feed Feed link:

  1. Is available for such reports: Time in Status, Assignee time, Status Count, Transition Count, Status Entrance Date;

  2. Only the first 500 issues are displayed. Please, edit the sample parameters of issue list if you haven’t get the result of the tasks you expected to see.

Find the detailed info on how to integrate data feed the JSON Data Feed link into the Google Spreadsheets here (this function is available actual for the Version 2 1 only).

Info

If you need help or want to ask questions, please contact SaaSJet Support or email us at support@saasjet.atlassian.net

...