codescape / jira-multiple-subtasks

Multiple Subtasks for Jira
http://jira-multiple-subtasks.codescape.de
Apache License 2.0
0 stars 4 forks source link

@inherit is not used in several fields #92

Closed logopk closed 1 year ago

logopk commented 1 year ago

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

codescape commented 1 year ago

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

codescape commented 1 year ago

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

logopk commented 1 year ago

@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)

codescape commented 1 year ago

Everything is already solved apart from the custom fields.

codescape commented 1 year ago

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