I implemented script which auto-assign task for some user by executing script by ScriptRunner for Cloud.
The problem is as script modify user by async calling REST api it's done after UI shows issue, so in UI user is not updating. After resfresh off page everything is OK.
Any suggestions for workaround? I tried to sleep post-function for some time, but unsuccessfully.
Thanks in advance for any help! Scripting JIRA is cool, luckily we can do it in Cloud also now
Hi Pavel,
All add-on interaction with JIRA in the cloud is async so often the page is loaded before updates can be applied. It is a fundamental limitation with the Connect framework on which cloud add-ons are built. We do try to give an indication that the issue has been updated with a message, and when Atlassian support it we will add a button to refresh the issue on that message.
Sleeping in a post function will have no effect because JIRA does not wait for post functions to complete.
Regards, Jon
See here for more information: https://ecosystem.atlassian.net/browse/ACJIRA-1025
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Jon Mort (Adaptavist)'s overview of the problem is exactly correct. We expect to make improvements to the view issue page over the next year to address this problem. Please refer to ACJIRA-1098 for now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Robert Massaioli @Dave Meyer @Jon Mort (Adaptavist)
Guys, thanks for answers!
I have seen some dialogs, for other plugins for updating visible tickets. Like
[LEN-3823] TDS Indecision 2016-11-07 17-16-17.png
At least such dialog will help. Why Scriptrunner doesn't show it?
Thanks,
Pavel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Pavel,
I think that is ScriptRunner functionality. There are timing issues with it however so sometimes the script executes quickly and the change is not detected quickly enough. It really is a workaround until Atlassian address ACJIRA-1098.
Jon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Join us to learn how your team can stay fully engaged in meetings without worrying about writing everything down. Dive into Loom's newest feature, Loom AI for meetings, which automatically takes notes and tracks action items.
Register today!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.