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 Feed” tab.

...

3open the dropdown and select Data Feed.

...

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

If you do not have any presets, go to the Save&Load tab and create your first preset. How to create a preset?

...

43. Copy the generated link and insert it into the necessary external analytics system.

...

The Data Feed uses JSON Web Tokens (JWT) to authenticate access. 

...

Example of a unique secure token:

...

Note

...

Do not give the link or token to third parties. They will have access to the data provided through the link when you share it.

Info

The JSON Data Feed link can be deleted if needed.

There are two versions of the JSON Data Feed link. By default the JSON Data Feed link is created and works in the second version mode, and outputs the result in the following format:

...

Info

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 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 v1 with v2 (and vice versa) in the link.

...

The 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 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 v1 with v2 (and vice versa) in the link.

...

info
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.

Note.

Now there are limitations on the number of tasks you can get with the JSON Data Feed report. With the Average Time та Time in Status per Date, you can generate a report up to 400 tasks in it, when other (Time in Status, Assignee time, Status Entrance Date, Status Count, Transition Count)generate a report up to 3000 tasks in it. Please, edit the parameters of issue list if you haven’t get the result of the tasks you expected to see.
The maximum sample size that can be transferred over the data channel is 6.29 megabytes (6,291,556 bytes). Thus, the number of jobs a user can transfer is directly related to their change logs.

Info

The data returned by the data feed is calculated by the calendar saved in the add-on's preset and converted to its time zone.

If issue have been migrated from one project to another, and there are statuses with the same name within the projects, then

  • all reports, except for the status entrance date, will display the summary of that status for two projects (For example, in one project, the To Do status is 2 hours, the task migrated to another project, there the To Do status is 3 hours, then the data feed will return a value of 5 hours)

  • for the status entrance date report - displaying the first (oldest date) date on the status (for example, if a task in one project went to the In progress status on May 1, 23, migrated to another project, got into the backlog, and was moved back to the In progress status on May 05, 23, then the date that the data feed will return is May 1, 23)

Find the detailed info on how to integrate the JSON Data Feed link into the

...

Info

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

...