Write field on issues returned by JQL query Function works with delays

Issue #229 wontfix
Andrey Kiyanovsky created an issue

Hi Fidel,

Please take a look at the screenshot.

Step1 - write field "Deployed" on selected issues Step2 - check whether "Deployed" field has been written Step3 - change issue status of the same issues

Problem - Step2 doesn't catch the field changes. So Step3 fails.

This is a video demo.

Comments (4)

  1. Andrey Kiyanovsky reporter

    Fidel, this bug holds me back, please suggest some workaround. Thank you very much!

  2. Fidel Castro Armario repo owner

    Hi Andrey,

    This issue is caused by a limitation imposed by in JIRA API behavior.

    The only way to I think that might solve the issue would be waiting for events to be triggered on each issue written by each post-function, and this way new values will be consolidated before executing next post-function.

    I consider that this fix might cause a big delay in current transitions execution, since you might be writing a big number of issues. So, since you have solved your problem, I prefer to close the issue without doing any changes in the plugin.

  3. Andrey Kiyanovsky reporter

    Fidel, I agree with you, it'd be better not to resolve this single issue sacrificing overall performance.

  4. Log in to comment