Developer Portal for YouTrack and Hub
 

App Settings

Last modified: 7 November 2024

As an app developer, you can add custom settings to your app. System or project administrators in YouTrack can provide values for app settings on the Settings tab of the app on global or project levels respectively.

You can use setting values in custom JavaScript scripts inside the app package, for example, in HTTP handlers, workflow rules, or other scripts. You can refer to a setting value as ctx.settings.<settingName>.

For more information about using app settings in the JS code and code samples, see Using Setting Values in the Scripts.