Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to block the webhook on the below mentioned conditions?

Balaguru Gupta
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 1, 2018

My application,

1) Consumes JIRA Rest API Services to create, update issues on JIRA.

2) Listens to the events (create, update issues) triggered by the JIRA through Webhook.

 

Problem:

When my application creates/updates an issue, I don't want  the webhook to be triggered.

When any issue is create in JIRA manually, I want the webhook to be trigerred.

1 answer

0 votes
Lava Kumar Dukanam _Appfire_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 21, 2018

Hi @Balaguru Gupta,

This is certainly possible.

you could do something like this using the JQL in the Webhook configuration.

project = ISSUE AND reporter in membersOf("someGroup")

Hope it helps!

Thanks,

Lava

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events