Here is my markup for the template that creates the subtask but none of the fields are inherited.
- MR / cfield:"account@inherit" cfield:"kt@inherit" cfield:"type@inherit" - KWG / cfield:"account@inherit" cfield:"kt@inherit" cfield:"type@inherit" - KWA / cfield:"account@inherit" cfield:"kt@inherit" cfield:"type@inherit" - Content / cfield:"account@inherit" cfield:"kt@inherit" cfield:"type@inherit" watcher:"rachelj" - Federline / cfield:"account@inherit" cfield:"kt@inherit" cfield:"type@inherit" - AWR / cfield:"account@inherit" cfield:"kt@inherit" cfield:"type@inherit"
Where did I go wrong?
According to the addon's wiki, the syntax for inheriting custom-fields is:
- Summary / cfield:"NAME:@inherit"
So in your example, you should possibly write:
- MR / cfield:"account:@inherit" cfield:"kt:@inherit" cfield:"type:@inherit"
- KWG / cfield:"account:@inherit" cfield:"kt:@inherit" cfield:"type:@inherit"
- KWA / cfield:"account:@inherit" cfield:"kt:@inherit" cfield:"type:@inherit"
- Content / cfield:"account:@inherit" cfield:"kt:@inherit" cfield:"type:@inherit" watcher:"rachelj"
- Federline / cfield:"account:@inherit" cfield:"kt:@inherit" cfield:"type:@inherit"
- AWR / cfield:"account:@inherit" cfield:"kt:@inherit" cfield:"type:@inherit"
Also please watch out, that inheriting custom-fields is currently only implemented for the following custom-field types:
More information can be found here: https://bitbucket.org/hascode/jira-quick-subtasks/wiki/Home#markdown-header-custom-fields-inheriting
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.