Originally asked by Harold Oconitrillo on 10 March 2022 (original question)
I have created a new connection and the trigger for that connection does not work when I have a specific AQL for it, meaning, if the trigger is:
status = "Pending Labs"
everything works well
but if the trigger is:
project = Support AND status = "Pending Labs"
the trigger does not work and issues are not synced when they need to
yes, I have tested the AQL in Jira and when I run it I do get results as expected.
Comments:
Harold Oconitrillo commented on 10 March 2022
Hi,
I believe the problem is that you need to use the project key instead of the name of the project, for example
project = SUP AND status = "Pending Labs"
Kind regards,
Harold Cruz