I've created a jenkins local host in my system. Once, I create automation rule from JIRA with giving Jenkins webhook, then it is throwing 403 Forbidden while validating the request and giving response as ACCESS_DENIED.
Can anyone help on this?
When you fire the same request from CURL, what happens?
If that also throws a 403, then you must review the authentication config in the Jenkins side. If that works, then you must review how the request is formed in the AFJ side.
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.
Automation for Jira. The app that executes your automation rules.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've given the similar parameters the one I am providing through POSTMAN request, then should not this gets validated successfully. Can you please help on this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Are you certain that there's even a connection with Jenkins at all? I doubt if automation can be able to send data via a local connection as it has to be via the internet, so a 403 response is expected.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Wouldn't that work if we pass system's ipaddress rather than localhost
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It shouldn't work if it's not accessible over the internet. Remember postman has the ability to interface with your local network, automation for Jira won't do that. What you should do is use a proxy for your Jenkins and put it online then you can send a request to it via automation for Jira.
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.
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.