In JIRA, Is it possible to programatically read values from some source, do some logic, and update a custom dropdown field? Can this be done via a plugin, or REST? Thanks.
I got the same requirment to popup values in cascading custom field, because of an emergency to deploy I didn't got the chance to develop the code for it, I directly execute the more than tousands of query in DB directly and restarted the JIRA.
eg.
insert into customfieldoption(id,customfield,customfieldconfig,parentoptionid,sequence,customvalue,disabled)values(10713,10300,10400,10300,1,'XXX','N')
// Analyse dependencies as well for primary keys,
WORKS fine.
Regards
Onkar Ahire
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can do this by adding new function with plugin SDK.
https://developer.atlassian.com/display/HOME/Welcome
Plugin SDK comes with various environment, including Windows, Mac, and Linux.
Enjoy!
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.