mdemarie

Results 2 comments of mdemarie

I think it can be done easily by changing those two [fields](https://github.com/DefectDojo/django-DefectDojo/blob/aaf251be2e03713d89a709a54ad9b24441484fb3/dojo/models.py#L3826-L3827) as Char instead of Int. The jira.transition_issue as shown in the [code](https://github.com/pycontribs/jira/blob/eb0ec90e08ae24823e266b0128b852022d212982/jira/client.py#L2580-L2586) it uses the `find_transitionid_by_name` method to...

Hey there! Just a quick suggestion based on my experience. I’m building a similar app for personal tracking, though it’s a web app rather than mobile. I ran into the...