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
Forge App
This is an integration made using the Jira security feature, which exposes some endpoints used by Atlassian to manage the security view in Jira projects.
The source code for this integration lives in the integrates backend; the endpoints can be found in integrates/back/integrates/jira_security_integration/endpoints.py
.
Testing
Unit tests are implemented, using the convention used in all
integrates.
Useful Links