Hi,
I have a few preset fields in the IFTTT macro, but components and labels are set as arrays - and it's the only way to make the whole form work fine.
I want the JIRAs created to contain these labels and components by default.
How am I supposed to preset them too?
If the values for the components/labels do not change then just add the corresponding mappings into the JSOn mapping that you have (to create Jira issue) and set them to constant values
"labels": [
"Testing", "Watching"
]
Components are mapped a bit differently as far as I know
"components": [{
"name": "component1"
}],
Alex
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.