Sending your application data to the Tracker team
Written by
Updated at April 2, 2024
Submit an external application connection request and the information required to register your application in Tracker to our technical support using the feedback form
Required options
The required parameters are sufficient to ensure minimum functionality of links between Tracker issues and objects in your application: displaying the app's icon as well as the object key and link.
Parameter | Type | Description |
---|---|---|
id |
String | Application ID |
name |
String | Application name |
defaultIconUrl |
String | URL of the icon to display in issue links |
frontUrl |
String | Link to the target object. Format: scheme://host:port*{{remoteKey}}* where
https://my-app.ru:8080/object/1234/ |
responsible |
String | Employee who is responsible for the application and who can be contacted in the event of application issues. |
Additional parameters
If your application supports advanced link functionality, such as displaying object details or automatically creating external application links upon request from Tracker, provide the relevant additional application parameters.
Parameter | Type | Description |
---|---|---|
entityInfoUrl |
String | URL that Tracker can call to get information about a linked object to display it in the interface. For more information, see Getting information about linked objects. Format: scheme://host:port*{{remoteKey}}* where
|
createLinkUrl |
String | URL to be called by Tracker to create a link in the application. Used when creating a link in Tracker to duplicate it in the application. For more information, see Creating links in an application upon request from Tracker. |
removeLinkUrl |
String | URL to be called by Tracker to delete a link in the application. Used when removing a link in Tracker to simultaneously remove it from the application. For more information, see Removing links in an application upon request from Tracker. Format: scheme://host:port*{{issueKey}}*{{remoteKey}}* where
|
canLinkFromFront |
Boolean | The parameter enables or disables creating links to external applications from the Tracker user interface. |