Alejandro Mendiondo

Results 12 comments of Alejandro Mendiondo

One quick workaround is to set the issuetype id toghether with the DD_JIRA_EXTRA_ISSUE_TYPES variable. If the id is defined, then it can be set. I made a quick test and...

Is this solution acceptable? setting the issuetype id toghether with the DD_JIRA_EXTRA_ISSUE_TYPES variable. When defined, don't look it up (which triggers the error when more than 50 issuetypes are defined...

@valentijnscholten , will a PR that contains this solution be accepted? a variable duch as DD_JIRA_EXTRA_ISSUE_TYPES_ID defined at settings and that variable (if exists), be used in a condition when...

this could be solved in a simple way: since transitions IDs could be different and many (transition IDs) could conduct to closed status depending on its source status, using transition...

@valentijnscholten , is it possible to re-open this one? I could add the code for this one if it gets approved. Thanks

Thank you. I'm currently testing it. I'll touch base once I have the PR.

@mtesauro , PR #9543 was submitted. This will fix this issue.

I see 2 fails: 1 (security) I believe is because I'm changing settings.dist.py: I only added an env variable. For the other error (unit test), I can't see what exactly...

I see your point. It will take me some time to do that. I'll try to have it done during March.

this may be fixed by just adding the cvss field here: https://github.com/DefectDojo/django-DefectDojo/blob/dev/dojo/finding/views.py#L1897