Versions Compared

Key

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

...

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

...

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

...

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

...

InfoNote. JSON Data Feed Version 2 always returns a defined list of fields - "Status", "Created", "Assignee", "Project", "Summary", "Issue key", as well as the additional "Id" field which means the ordinal number of the certain JSON object. If you need any additional fields, please, contact our support team.

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.

...