Skip to content

Jira integration

Integrates’ Jira integration is an Atlassian Forge app for Jira, written in TypeScript and built with React.

This app leverages the Atlassian Forge platform to extend the functionality of Jira, Atlassian’s backlog management software, with custom user interface components that bring Fluid Attacks’ services closer to our clients’ workflows on the Atlassian ecosystem.

Getting Started

To start developing this app:

  1. Ensure that the Bitbucket app, named exactly “Bitbucket”, is available in your Okta account. If it is not, please request it at help@fluidattacks.com.
  2. After logging into the account, visit out Atlassian site
  3. Before running the server you need to make sure your jira eph is up at Atlassian site, if you dont see your branch name, send a commit to deploy the dev environment.
  4. With an authenticated terminal, run m . /integrates/jira
  5. Look for the app with your branch name at the bottom of Jira’s left-side menu
  6. if this is the first time you are going to run Jira locally, you will have to configure the app. first go to Project Settings (bottom left menu) > Applications > Fluid Attacks - (the name of your branch). you will be prompted for an api token that you must generate in your own integrates ephemeral.
  7. Edit code files and save them to see your changes reflected as you develop

Forge platform

Atlassian’s Forge platform provides a variety of APIs that we can use to build and extend features.

For more information on the Forge platform, refer to the official documentation here.