Hi
I need to insert issues to my JIRA environment from an external source. So I need to know a way to send to JIRA a message with the content of the issue information in order to insert the new issue.
Help please
Thanks
Community moderators have prevented the ability to post new answers.
JIRA Command Line Interface jira --action createIssue --type bug --summary "summary of the issues" and any other fields you need :).
The other options include exploiting the RPC capabilities like REST, SOAP or XML/RPC or creating issue from mail.
You can also look at importing issues using the importer if it is a one time task!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.