Hello!
Please help me in next case in JIRA automation if anyone can.
I have a JIRA plan, created and based on JQL for some module. This JQL contains up to 60 tasks (see screenshot attached below). There are fields "Target Start" and "Target End" in this JIRA plan. So, it will be grateful to have possibility in JIRA-automation:
Now I have to set these fields manually.
Also I've found out this topic close to my case here
But I don't use the sprint - I use JQL to find the task for creating my JIRA plan. So, maybe there are some parameters, like
{
"fields": {
"Target start": "{{issue.sprint.last.startDate.jiraDate}}",
"Target end": "{{issue.sprint.last.endDate.jiraDate}}"
}
}
but without using sprint and using my JQL.
Expected result
Hi @Victor Nikitin ,
By using Jira Automations, you can automatically fill the target start and end dates when an issue transitions to another status. I have created a sample automation rule based on this screenshot, and we can try to create it based on your requirements.
Let me know if you have any doubts or need further assistance.
Thanks,
Geethanjali
Hi, @Geethanjali Katagani !
Thank you for your reply, but... I don't see this condition: maybe you use Cloud Jira? In our Jira Server there are these conditions:
And I'm not sure if Start Date in your screenshot is the same as field "Target Start" in Jira Plan...
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.
Hello, @Geethanjali Katagani.
Thanks for your reply again!
I carefully have looked up to this condition "Issue fields condition". And didn't find "Target Start" and "Target End" fields:
At the same time I've found out that not all fields were displayed in drop-down-list "Field":
So, I've wrote about this to our Jira Support with request to display "Target Start" and "Target End" fields if they there are. But Support specialist said:
The "Target Start" and "Target End" fields are non-standard, they are created by the "Portfolio for Jira" plugin, so they are not displayed in Jira Automation. I tried to fill in the date via a post function, but this did not work either. Alternatively, we can create two other custom fields and use them in the plan.
So, now I have next couple of questions:
1. Why Jira Automation doesn't display fields belong to "Portfolio for Jira" plugin?
2. Would be correct to use custom fields "Start Date" and "End Date" in Jira Plans?
----------------------------------------------------
Best regards and waiting for your soon reply,
Victor Nikitin
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.