demo-process-models/apps/ticket/ticket-details-uischema.json

15 lines
260 B
JSON
Raw Normal View History

2023-07-25 20:57:50 +00:00
{
"ui:order":[
"ticket_type",
"summary",
"description",
"priority",
"github_issue_url"
],
"priority": {
"ui:help": "Where 1 is highest and 5 is lowest."
},
"description": {
"ui:widget": "textarea"
}
}