Hey there,
pretty sure this question got placed very often but unfortunatly nothing helped me so far.
Here's what i want to do and already did:
I created a form and multiple field definition in it.
I added an IFTTT to create a jira-ticket triggered by the event "onCreate"
Added a table view at the end of the page to see all entries.
Here comes the Problem:
I want to add the jira ticket to the entrys of the formular. So I defined one more field defintion with the name"jira ticket" and set it to be hidden via rule
In the IFTTT where I created the jira-ticket I added a custom name for the action result "iftttResult_RJT"
I created another IFTTT which I set up as follows:
When I create an entry now it gives an error and says that all required fields have to be filled. It creates the entry tho but with no link to a Jira Ticket.
Any ideas what I did wrong?
Hi
You are missing the entryId=[entry.id] in your parameters tp perform an update
entryId=[entry.id]&JiraKey=[iftttResult_RJT]
Alex
Hi Alex,
unfortunatly I still get an error when I fill in the form which says
'FieldDefinition1' is required to be set, 'FieldDefinition2' is required to be set,......
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you mind sharing your configuration here or opening a support ticket with us if that feels more comfortable?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So i got rid of the error - missed to put in the reference to the form in the IFTTT. But still theres no connection to the jira ticket in the entry...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Why do you need to put a reference to the form!? It takes the current by default
Sorry, I cannot help without seeing what you have (just by reading your text responses)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Alex,
I finally found the solution. Here are the things I did (better said did wrong):
You really helped me again tho - the part with the entryId=[entry.id] was crucial.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The only thing I can think of is that you are using a very very old version of ConfiForms plugin… (to explain the discrepancies)
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yeah that could be. Thanks again for your help tho :)
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.