You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.
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.