Hi all,
is it possible to create new Jitter posts via an API ? Idea is: Our Hudson Buildserver should create a Jitter post everytime a new version was released.
Is this possible with the Jitter Plugin ?
Cheers
Thomas
Hi,
It is possible through REST but is currently not documented as the idea was to improve the API design before documenting it. But if you want to try it out here is what you can do:
Do a POST request to $jiraURL/rest/jitter/1.0/project/$projectKey with a parameter "content" that contains the message.
You have to authenticate your request with a JIRA user and the authenticated user will be the author of the post. The user also has to have neccessary permissions to post to the project. I recommend that you create a user for your Hudson server and give it a nice avatar using the Hudson icon :)
Checkout the JIRA REST documentation if you need help with authentication.
Let me know how it works out for you.
Cheers,
Viðar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.