We have a Lead Generation Project in JIRA that we use to track software projects as they move through the pipeline. Each issue that moves through the board represents the 'brief' and references to everything across our business - especially finance. The issue in this project has a system field that allows a 'destination project' to be selected. Sales and Project Managers live here.
We manage the execution of that work in separate projects. We use Epics in the roadmap to map back to the issue in the Lead Generation Project. And Project Managers, Developers and QA live here.
When an issue transitions in the Lead Generation Project to a certain status I need to create an epic in the 'destination project' based on the data provided in the Lead Generation Issue. This technically authorizes a small development project to start and have the ability to log time.
Doing this manually is error prone, and allows people to work outside of the business procedures.
Everything I can see in Automation allows me to pre-define the destination project, but since we have a lot of activity that requires everything to be kept separate due to conflicts, it needs to be driven by the data the issue has - the user selected destination project.
Is this possible?
PS. Trying to avoid a plug in and additional cost at the same time :)
So the UI is a little wiggy, but when you have a Create issue action you can actually type in the Smart Value in the Project field:
(If your field is a select field, you might need to use {{issue."Destination Project".value}})
thank you!!!!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
I have a field "Select List" and in this field there are project names. When creating an item, I want it to create an item according to the project name selected here. How can I do it?
Thanks,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There's a few possible reasons for the "Could not find create meta data for project/typeid" error:
I'm betting on the scope issue.
References:
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.