Hi, could someone help me with the Jira JQL field type in ConfiForms? I´m currently trying to automatically add values to an Jira JQL Field in confiforms, but none of the input i gave this field was accepted.
IRA JQL | 5.1+ | Expects you to put a valid JQL, which will be executed for you and a number of matching issues will be shown (together with the link to JIRA search)
|
Ive already tried to add there a value like with a IFTTT Macro like JiraJQL="project=sup"
and a lot of other things but it was not saved / accepted.
Any hints are welcome.
Thanks a lot
Florian
No thats not my case; I do not want to have field to type in anything i want to use some existing data and "build" the searchtag or whatever i need for this field by a ifttt. So my question is: What does the Field need as an Inpuit that i can copy with IFTTT?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not sure why would you do that.. but here is another demo http://recordit.co/85lULgHXJz
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks a lot again.
Why I want to do that? - Because I have a big customer List where I want to do that for each of them.
My Problem was not the value it was the the filter of the ifttt ... myvalue is a checkbox. And I did a Filter that was like myvalue:true but it seems on an boolean there the filter doesn´t work like that. The value itself is enough.
Greetings & Thanks a lot
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
One more thing: What do i have to use when i want inside the value some other value? Simply use [entry.whatever] or asRef([entry.whatever]) or how?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well, it depends :-)
What you want to "actually store"
If you are setting it through the IFTTT then asRef is needed, as otherwise it will evaluate agains the "current record"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.