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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.