Replies: 1 comment 1 reply
-
Hey :) Thank you much. This is a nice idea. I will think of a way to implement this. I think pulling information from jira at the report creation stage should be possible with a custom report template - which is just a few python methods/class and HTML/CSS. So this may be working by creating a custom report template and overwrite the functions where you need to pull jira tickets. It will be hacky, but it could also work by pushing tickets to jira for example when a new "final" report is created (you may not want to do it when a draft or preview is created). For the long term implemention, I already planned to do a plugin system, but this is hard for me because I am not a frontend developer and struggle in finding good ways to implement it with the vue frontend and django backend. For the medium term implementation, maybe a way to overwrite django signals would work for such use cases. this would allow users to define custom django signals and place them in a directory. Then e.g. if a new finding is created - send them to jira. |
Beta Was this translation helpful? Give feedback.
-
The tool looks amazing!
Do you have a plan to implement Jira integration? Me and my team are looking for a reporting tool that among other things can pull opened issues from Jira on the report creation stage, and could create Jira tickets for all findings listed in the project (from pecoret interface). Is there any chance you implement such integration? If not, is there an option with current tool state at least trigger a custom python script that can do changes to the report, pull info from Jira and create Jira tickets?
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions