We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
oRastor
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: