codescape / jira-multiple-subtasks

Multiple Subtasks for Jira

Home Page:http://jira-multiple-subtasks.codescape.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@inherit is not used in several fields

logopk opened this issue · comments

commented

Hi,

we are currently evaluation the app on Jira 9.4.

When adding a subtask likte this

- @inherit - My Test 4
  priority:@inherit
  assignee: Bob
  description:@inherit
  dueDate: @now+30d
  customfield_10625:@inherit
  customfield_10558:@inherit
  customfield_10537:@inherit

we get info messages on priority and customfield_10625 (invalid priority or option). while priority is filled with "high" (probably first entry), customfield_10625 is not filled at all.
description, customfield_10558 and customfield_10537 are filled with the value "@inherit"

I read that customfields are no supported yet (#79) , but description and priority?

Would it be possible to implement customfields soonish?

Thanks and best regards

Peter

Hey Peter,
here are my answers:

The full support of the syntax can be found in the documentation:
https://jira-multiple-subtasks.codescape.de/syntax

I am closing this issue because everything is adressed in separate issues now.

commented

@codescape : Thank you for your reply. If I may vote for the order of completion?!
#79
#97
Priority default from parent is fine with me (just overread it in the really good documentation)

Everything is already solved apart from the custom fields.

Hey @logopk, just wanted to let you know that version 23.05.1 is released and contains all those changes.