I'm trying to work out how I'd keep products (in a custom field called product) synchronised between various projects?
We've got a project called 'Incidents' for basic incident handling, and I'd like to automatically populate it's context for products with the combined set from other projects
I don't know if this is the best way to capture the information, but we want customers to log their product from a particular set, and using component won't really work (as we use component to log the software module)
i.e. in our Seat Products, we have Edit, Cut, View ... (30 something items), in Server products we have about another 5, in Client products, we have about 15
We want to have that whole list made available to customers in the incident project without having to double enter the data
Anyone got any thoughts on how we can achieve this (without trusting people with free-text entry ;))
May be the best way to get this done is to load the values for all the custom fields externally and load them back to the field associated with Incidents product. I guess SOAP does not support this.
What I have done in a similar case was to load the HTML of create issue page for each of the Jira projects, do a regexp for the components, fetch all the components and create the custom field options again using direct HTTP get (you can easily figure out the parameters needed for adding a new option for a custom field by trying out one creation from the browser) (ofcourse u need to pass an administrator username and password in the HTTP requests using os_username and os_password)
Yeah - it's pretty much what I thought. I'll look at some of the other options, but I might look and see if it's possible to do with a Jelly script
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ended up doing basically that - using Ruby, native SQL and CURL to fetch what I needed and parsed them as a long list of URLs and worked quite nicely thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can check on the functionality - Copy Value From Other Field Post-Function provided by the JIRA Suite Utilities whether this plugin fulfills your requirements.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi there - won't really work - Renjith seems to have hit the nail on the head, I guess it requires more local management of options
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.