Hi Guys,
Need your help in setting up an automation rule.
Users want to create an issue in another project using Manual Trigger.
In Manual Trigger, I have added a form which ask for project Name only. Storing project name in variable {{userInputs.projectname}}
Using action : Create Issue to create an issue in that project.In Project field using this value :
{{userInputs.projectname}}
Getting error that invalid project key. I tried projectkey in userinput and project name also but same error. Kindly suggest, how can I use smartvalue in project field.
Hi @Vikrant,
while ago I faced the same issue for my use case. I was able to solve it passing project id in project field as smart value
if you need your users to give project key(if they don't know id) then you can setup lookup table with project keys as key and their respective id in value field
Hope this helps you
Regards,
Leo
Thanks a lot, Leo!
yes, using Project id it's working fine.
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.