Versions Compared

Key

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

...

Info

Example script is written in Deno.

.env

Take a look at https://soldevelo.atlassian.net/wiki/spaces/QS/pages/4070899730/Rest+API#General-information to find out how to get the required data.

Code Block
username=<your email>
password=<your Jira token> // you can get the token here: https://id.atlassian.com/manage-profile/security/api-tokens
jira_instance_name=<your Jira instance name>
project_id=<your project id>

...