Hi,
I created a sil to automate creation of a lot of subtask with a lot of custom fields.
Upon creating issue i wish to include the values of all custom_fields during createIssue call, this is to minimize the logs in the activity stream.
Currently i used below statement, can i use the components/custom_fields_mappings parameter of createIssue to do this?
%issueKey%.CustomField = Value;
Thanks,
You have an example here: https://confluence.kepler-rominfo.com/display/SIL30/createIssue
Have fun,
Radu
Hi Radu, already seen that actually, cant figure out how to use components and custom_fields_mapping. issue_components = components; //an array containing all the components of the current project are components custom_fields? how do we use this? cant find any example. custom_fields_mapping = "STDUP|fmanaila|STDGP|jira-users"; STDUP= is this a Jjupin alias? fmanaila| = is this the string value? Regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, you're right: pairs of CF name / alias followed by value. This does not work for multi-value fields. We have in mind to add an overloaded createIssue to make the creation easier.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm just looking at the documentation and I'm wondering do I need to pass values (most likely null values) for priority, description, components, due date, estimate and security level before my customfield mappings, or can JIRA figure out that the value after summary is the customfield mappings and not priority?
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.