Hello the community
After our server, where Jira was installed, has burned, we migrate since old backup to Jira Cloud. Unfortunately, we have to recreate manually old configurations for some things like Automation from scratch.
So I'm working on Automation but I'm blocked.
After the creation of a new project, I would like to create different automatic tasks there depends of project category.
I don't found smartvalue like project.category for that. So I use project.name and verify if it contains part of specific words as we use glossary that depends type of project.
My condition is "{{project.key}} contains FPDVD" but it doesn't work.
And When i'm trying to create issue ticket (that doesn't depends of project category), I have this error message : "Could not find create meta data for project/typeId"
I tried the several issue type as task but any has worked.
So I ask your help and try to unblock my situation.
Thanks by advance.
Hi @fictis how do you set Project Category during project creation process? I always set the project category in Project Settings after the project is already created. If you do it similary, the problem is that automation is configured to be executed when Project is created, not updated.
Sorry, I read it once again. You are creating an issue. So you need to use "Issue Created" trigger and it should work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm using Delegated project creator to create a new project.
And when I create project with custom project template, I set Project Category at this moment. See screenshot below.
T
So using Delegated project creator could be the source of my problem ?
I dont use "Issue Created" because it doesn't work like I said in my first post. It's for why i used email for the moment to check if conditional works or not.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yeah, I think it is the issue, because project is created -> updated on the background in my opinion. You can try to contact vendor's support. Maybe some event is triggered during the Create Project action
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, replying to your last post... Condition won't work because project category is empty for created project... I guess you try to use the same automation, right?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes and you are right, the project category is empty by using Jira Create project.
It for why I think my predecessor used Delegated project creator to set Project category for new custom project.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.