Hello All, I am new to Jira development and have a strange requirement
As the title says, when ever a "User Story"/ Task is created, i need to update status in another application (by making a rest call.), i was wondering if this is possible by writing a plugin.
Please note that, I can write my own plugin but cannot install any plugins.
The other use case is, when ever a task status has changed in need to make a rest call.
Can some one please point me to the documentation/examples which can help. Thanks a lot.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the reply, Will try.
quick question, will this also get triggered when the state changes. i will test this anyway but i need to setup a server before that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As far as I know, it will get triggered when status changes too. If your rest api uses basic authentication, you can pass user pass in the url as https://username:pass@yourdomain.com/api/... .
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.
If you can customize your rest api, you can change the rest api to receive the credentials over query parameters. So, you can pass authentication parameters as query parameters in webhook url.
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.