Hello,
I have been working on an UDR that can update a projects properties and schemes. The schemes part is working fine but the properties are not.
I am using SILs routine: admUpdateProject(pkey, pname, description, lead, url, categoryName, defaultIsUnassigned, avatarId[,projectTypeKey]) - In the script.
I have also tried to this in a it's own script and run it from the SIL Runner Gadget. This is my own line: admUpdateProject("TEST06", "Thunderbolt3", "Three thunderbolts in a single hole", "Dennis Henrik Kristensen", "", "Udviklingsprojekter", false, 12010, "business");
Just to try and see if that the the trick.
It only changed the Project type from software into "business". Any ideas on why it does not change the other values i gave?
Thanks in advance
/Dennis
Hi Dennis, sorry that you are having an issue with this routine. I have created a support ticket for your issue. If you send me your email address I will add you to the ticket so you can receive status updates.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Dennis Henrik Kristensen, @Jonathan Muse _Appfire_ - you shouldn't exchange email-addresses here. This is an invitation for spam - remember, this is a public community...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Dennis,
The reason for which you have this problem is because you're trying to set the 12010 value which is not a valid avatar id. If you check the logs, you will be able to identify a SIL Exception related to this.
Try to use a value in the [10000 - 10011], [10200 - 10211], [10324 - 10333] intervals (these are the ids of avatars marked as "project" avatars.
Best regards,
Cristian Pintea
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you have any errors in the atlassian-jira.log file after running this routing?
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.