Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jira Api Support #413

Open
latortuga71 opened this issue Apr 3, 2024 · 4 comments
Open

Jira Api Support #413

latortuga71 opened this issue Apr 3, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@latortuga71
Copy link

Hello! im hoping to add jira api support on par with slack etc.

Is your feature request related to a problem? Please describe.

Jira API support to create a jira project when a ghost writer project is created.
When findings are linked to a report. create issue in corresponding jira project.
If finding is unlinked delete corresponding jira issue in project.

Describe the solution you'd like
Support for the jira api. I have a fork that is basically a MVP (https://github.com/latortuga71/Ghostwriter) -> jira_feature branch

Please let me know what you guys think.

Copy link

github-actions bot commented Jun 1, 2024

This issue has been labeled as stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Jun 1, 2024
Copy link

This issue is closed because it has been inactive for 14 days since being labeled stale. Feel free to re-open the issue with a comment. If this needs further discussion (e.g., a feature request), it might be better to open a topic under the Discussions tab.

@ColonelThirtyTwo
Copy link
Collaborator

ColonelThirtyTwo commented Aug 15, 2024

I'm not sure if adding support for Jira specifically is a good idea - there are potentially many other different systems that one would want to automatically create when a project is created.

You might be able to do this today by having a service polling the GraphQL API and checking for new projects, though that requires a service constantly running to poll. A cleaner solution may be a notification or hooking system for project creation in Ghostwriter, that could then run a script or push to an endpoint when certain things happen.

@chrismaddalena
Copy link
Collaborator

I agree. Another option would be using the subscriptions feature of GraphQL to receive live updates on project creation:

https://hasura.io/docs/2.0/subscriptions/postgres/streaming/index/

@chrismaddalena chrismaddalena added the enhancement New feature or request label Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants