issues
search
hoophq
/
hoop
Hoop.dev is an open-source access gateway that provides secure, seamless, and audited access to databases and infrastructure without exposing credentials or sensitive data.
https://hoop.dev
MIT License
231
stars
8
forks
source link
[FEAT] JIRA Integration (frontend)
#511
Closed
rogefm
closed
3 weeks ago
rogefm
commented
3 weeks ago
Changes:
Backend
Moved logic content creation in session (Post) to inside the function CreateIssue of Jira, to keep all things of integration together;
Added EventTrack of POST and PUT Jira integration;
Fixed when trying to GET integration receiving error not found 404 when there is no integration Jira
Frontend
Standardize all plugins layout;
Create Jira integration flow;
Separate integration from plugins in the side menu;
Enable Reviews as not enterprise feature (JIT) - (I will talk with @feraio to fix it in Figma as well)
Changes:
Backend
Frontend