Open Programie opened 6 years ago
Adding a custom field which is of type "option-with-child" does not work with the current version of this library.
Example code:
$fluentIssueCreate->customField("12345", array("value" => "Foo", "child" => array("value" => "Bar")));
This worked till an update to JIRA 7.x as the previous JIRA version seem to used something else than "option-with-child" as field type.
Adding a custom field which is of type "option-with-child" does not work with the current version of this library.
Example code:
This worked till an update to JIRA 7.x as the previous JIRA version seem to used something else than "option-with-child" as field type.