I m having some problems in JIRA 5.1 and script runner when the script trigger a event, some fields like status of the issue is not update correcty.
Do you know if it s a plugin incompability with the version?
Hi, Jamie, I m doing that, I saw some examples you post of this, but even index the issue, I had some problem with another script that post log, because the burndown in greenhopper and time tracking don t change, do you know anything else that I have to do to solve the burndown issue?
Jamie, sorry for delay, when I run any function that dispach a event like the function below, the status field is updated in the screen of view issue but in the issue navigator and any other gadget show the status before the transition.
I have to change all my scripts to not dispach events.
IssueManager.updateIssue(remoteUser,issuelinked,EventDispatchOption.DO_NOT_DISPATCH,false)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
OK, but that's your code, not a problem with script runner. Don't have an answer off the top of my head, but I'm guessing that not dispatching an event means the issue doesn't get indexed, so you can either index it using IndexManager (loads of examples for that) or use IssueService.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Another post Jamie respond that If my code is compatible would work fine, my code is compatible, but I m experience problems like I sent in the previous post...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you link to your previous post. I have released a 5.1 compatible version, but there is nothing significantly different from the previous version, so please can you detail the problem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not sure, but at least as per doc at Jamie's page, it is not supported for 5.1.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.