Versions Compared

Key

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

...

In addition to outgoing communication via Outcoming WebHooks Release Automation we also support incoming calls via our Rest API.

...

Note

JWT token is a short leaving and valid for 15 min only. If you want to automate access to our API you would need to automate the process of extracting this JWT with every call you do. See an example in Integration with Jira Automation Integration

Use cases

Integration with PowerBI, EasyBI, Tableau, etc.

...

An example of outcoming integration is most probably executing build or running certain pipeline when version is moved to specific destination column. Such flexibility could be achieved via (Deprecated) Outcoming WebHooks.

If you trigger builds/pipelines manually or with some other automation you might want to

...

  • move version in progress when at least one encompassing issue is in progress

  • move version to done when all issues are done, or update issues to done when version is moved to done (either independant or in scope of package)

  • mark all Epics as Released when versions/package is Released.

  • etc.

Same story here - use (Deprecated) Outcoming WebHooks to run Automation in Jira as post action in Release management or use our Rest API to execute some actions in Release Management in scope of Jira Automation rule.

Find out more details in Integration with Jira Automation Integration section of this documentation.