STO Create Ticket Modal is a great feature to quickly add JIRA tickets to exempted vulnerabilities. Unfortunately it only allow Project, Issue Type, Title, and Notes fields. Our requests fails with:
{
"Message": "Bad Request: Jira responded with \"Bad Request: Field Team is required., Field Parent is required.\"",
"Status": 400
}
It would be critical for us to assign the issue to a parent Epic (as most organizations need to) and to proper Team (this field may be different between some other orgs).
Dynamically fetching requried fields for a given Issue type would be the best practice here.
Let us know if we can provide any more info