Fresh service integrate (Ticket plateform like Jira) #10872
Replies: 1 comment
-
While I like the the idea of DefectDojo supporting other issue trackers, over the years the core contributors have found out that adding features that we can't test doesn't lead to a very good experience to the users of DefectDojo. So, in general the core contributors to the project are trying to make sure any any new functionality we take on can be maintained and tested as the project continues to grow and change over time. This is even more tricky when a commercial license is required to use the product. This is even more a problem for Jira-like things. Unlike the parsers where there's a clear and well documented method to add a parser, the way Jira was implemented 8+ years ago, it's not abstracted at all and has little pieces of Jira code spread around multiple places in DefectDojo. There's not a set of methods you could implement and have issues flowing to the bug tracker of your choice. If Jira hadn't been part of DefectDojo for so long, we'd not add it today in the way we did so long ago. So, while this is an interesting idea, we're not going to be adding additional issues tracking systems at this time for those reasons. What I have seen people do in the past for non-Jira issue trackers is to an API integration to pull in findings to that issue tracker. Generally speaking, how this has worked is:
I know one person who did it as bi-directional but that's very much dependent on what features are present in the specific issue tracker to know when an issue on the issue tracker changes e.g. webhook, eventbus, logging, etc so it's hard to provide any specific advice on doing that. HTH |
Beta Was this translation helpful? Give feedback.
-
Fresh service is like a ticket platform like Jira, I want to implement it same way Jira is implemented, I want to use it to push findings in it, and so on
Can anyone help with what and where I have to make changes ?
Beta Was this translation helpful? Give feedback.
All reactions