Skip to main content

We are looking to create a jira ticket for every campaign that is added to the calendar but for some reason we keep getting an error message saying “Received invalid inputs. summary is shorter than the minLength: 1”.



Below is how we have set up the automation:










Here is the error message we received:




When we can get the automation to run, it won’t accept our primary field “campaign name”. When we go into the Jira project, it only shows the date which was noted in the Description section; not the campaign name under the Summary section.




Is there a way to fix this?

You can’t use the trigger “when a record is created” unless your records are coming through a form or through the API, because the automation is triggered at the actual time of creation (i.e. when your record is blank).



I would create a single-select field with an option that says something like “Send To Jira” and use that to trigger your automation.


Reply