hasChnaged issue in Post Function

Issue #537 resolved
ME created an issue

Hi Fidel,

I'm using 2 "Copy a parsed text to a field" post functions one after the other with their unique conditions when to parse and that is basicly only if there was a change to specific fields. However in a scenario where there was changes that I want both to parse in the same post function, only the first one will parse and I will skip the second parser. It does parse if I remove the condition from the second parse post function. So I guess something in the second post functions condition is not satisfying.

What I basically need is to be able to run the first or the second on their own and that's working fine, and I need to be able to have them both run in same post function, and that;s not working.

Please assist. Thanks

Parse issue WFT.png

Using version 2.2.31 on Jira 6.4.

Comments (23)

  1. Fidel Castro Armario repo owner

    Hi Moshe,

    I don't find a reason for that behavior. Please, try changing the order of execution of both post-functions, and let me know what happens.

  2. ME reporter

    I figured so.

    I did try that earlier and I get the same behaviour the opposite way around. It seems like the condition on the first parser post function will affect the next one as well.

  3. Fidel Castro Armario repo owner

    Hi Moshe, I have reproduced the problem. Now, I have to find out the cause and fix it. I will release a beta version with the fix as soon as possible.

  4. Fidel Castro Armario repo owner

    I have already found the cause. A new version fixing the problem will be released next week. Are you interested in a beta version?

  5. ME reporter

    Hi Fidel, This simply stopped working and is no longer parsing anything. See logs attached from a test transition that should've parsed. I (want to) believe that it was working yesterday. We haven't made a significant changes overnight. We are using your lastest version on Jira 6.4.12.

    Thanks

  6. Fidel Castro Armario repo owner

    Hi Moshe,

    Try replacing "" with null at boolean expressions in Conditional execution parameters.

  7. Fidel Castro Armario repo owner

    Moshe, can you please double check that you have installed the last version of the plugin, i.e. 2.2.35?

  8. Fidel Castro Armario repo owner

    Is the problem is that only the first post-function is executed, and the second one never is? Have you tried exchanging execution orders in order to confirm the behavior?

  9. ME reporter

    None are being executed. That was originally the issue and you your new release fixed it.

    The thing that bothers me most, is that it worked until recently but we haven't made any major changes that could have messed it up. We can do a Webex if you wish to.

  10. Log in to comment