I've gotten stuck trying to do something which seems quite easy, but turns out is actually kinda complicated, haha.
We have a custom field which always contains an internal reference number. Our system can automatically send a list of active reference numbers to a webhook each night. I then want to find all the issues that have those reference numbers that were sent through the webhook, so that I can update them.
I've tried a few approaches, but got stuck on all of them:
Does anyone know how I could make this work? Thanks a lot in advance.
Hi @Björn Out -- Welcome to the Atlassian Community!
Depending upon your custom field type...I wonder if you could use your webhook data to iterate and build a JQL statement (with an IN statement, or a bunch of OR statements, or...) and then branch to that for the updates.
Using a branch will be constrained by automation limits, so how many reference numbers are you expecting for the nightly run?
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.