mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-29 10:40:12 +00:00
feat(jira): make issue assignee name a required field if option to reassign issues is selected #147
This commit is contained in:
parent
8fa0709ff7
commit
6e643b1a0b
1 changed files with 1 additions and 0 deletions
|
|
@ -123,6 +123,7 @@ export const JIRA_ADVANCED_FORM_CFG: FormlyFieldConfig[] = [
|
|||
type: 'input',
|
||||
templateOptions: {
|
||||
label: 'Assignee name to check for',
|
||||
required: true,
|
||||
},
|
||||
hideExpression: '!model.isCheckToReAssignTicketOnTaskStart',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue