Hi there,
So i was thinking of using Insight for stock control and will require to add multiple objects at once with different serial numbers. Is this possible with issues or the forms functionality
Kind regards,
Chris
Hi,
I don't think you can use the values from a Form field in an automation rule.
What you could do is to let the users input the serial numbers as a comma separated text field. "12345566, 376633636, 383833737"
Then you could split that field value and use it in an Advanced branching action and create objects from each split item.
Advanced branching - Smart value: {{issue.fields.SerialNumbersField.split(",")}}
Create objects - Name: {{sn}}
Hi there,
Thank you for this! Would they input the serial numbers as a comma separated field in a issue field? like a ticket?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes as a Jira text field was my thought, but there are probably other methods as well.
Björn
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
And what does ther issue.fields.serialnumberfield.split(",") represent?
just trying to understand it :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Christopher Taylor. Yes, automation for Jira has an action to create insight objects. You will need to select the Schema and object type to be created, and for other attributes, you can use smart values.
If you are using forms, you will probably need to link the form Fields with Jira Custom Fields.
I hope that helps.
Cheers,
Melo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.