Skip to content

pekvasnovsky/custom-field-security-level-view

Repository files navigation

Security level (view) app for Atlassian Jira Cloud

This project is a atlassian Forge app which provides a custom field called "Security level (view). Its purpose is to show the actual value of the "Security level" field on view screen (when this custom field is placed on the view screen). It is read-only so on edit screens there will be nothing.

How to build and install on your development cloud Jira

  1. Install Node.js
  2. Set up Atlassian Forge
  3. Run npm run build and it has to finish successfully
  4. Run npm run forge-common:register to get the app registered (it also generates new unique app id)
  5. Run npm run forge-development:build-deploy to get the app deployed
  6. Run npm run forge-development:install to get the app installed

For full redeploy use npm run forge-development:build-redeploy (or npm run forge-development:build-deploy might be enough in some cases)

It needs permissions for getting the issue security value: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-get

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published