How can I set up a manually triggered automation in Jira that allows users to dynamically choose the target project for issue creation?
I want to create an automation rule that, when manually triggered, prompts the user to select a project from a list (or ideally, search for a project). Once the user selects the desired project, the automation should create a ticket in that project.
The key requirement is that the project should not be predetermined within the automation rule—it should be selected by the user at the time of execution.
Is there a way to achieve this in Jira Automation, perhaps using smart values, forms, or another approach?
Add Manual trigger
Then click on checkbox in front of Prompt for input when this rule is triggered
Click on Add Field and select Dropdown
Fill the form.
See below screenshot
I think this should suffice your use case
Hello @Abdallah Ahmed
@Vishal Biyani 's response is 90% correct.
In order to use a smart value to make the selection in the Project field for the Create Issue action you must provide the numeric id of the project, not the project key.
One solution is to use a Lookup Table action to create a table that contains pairs of Project Keys and their project numeric IDs.
The smart value you then use in the Create Issue action is the one used to get the associated Value from the table, based on the Key provided by the user as input.
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.