Product: Jira
Version: Cloud
Project type: Company-managed
License: Premium
no plugins, just out of the box
Does anyone have an suggestions on how to do this?
I want to:
I have tried to replicate this: Solved: Copy field priority from initiative to epic (atlassian.com)
But it appears there is a defect in the branch option drop downs such that a branch doesn't appear to allow a JQL to make the same query. JQL query only available as extra condition.
That's my first problem, the vertical scroll bar on that drop down doesn't allow me to scroll down to see the options yours does.
When I try to scroll down using the vertical scroll bar, it closes the dropdown list.
Trudy, Are you using Jira cloud or server version?
Can you show us the details of the Rule you created and provide more details on the specific error you are encountering?
It sounds like you're saying you can select JQL as an option for selecting related issues. I don't appear to have that problem in my Free Jira Cloud subscription. Can you show us a screen image of what you see?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's my first problem, the vertical scroll bar on that drop down doesn't allow me to scroll down to see the options yours does.
Trudy, Are you using Jira cloud or server version?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jira Cloud, Free subscription.
I have trouble with that scroll bar too. When I try to click on it the pull-down closes. So, once I click in the field I just use the keyboard arrow keys to scroll through the list.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Trudy, I have logged a defect with Atlassian for the dropdown box.
In the picture above, I get and Error in the Branch JQL Query that says:
The character '{' is a reserved JQL character. You must enclose it in a string or use the escape '\u007b' instead. (line 1, character 79)
I am wondering if that portfolioChildIssuesOf comes from a plugin that is not Jira out of the box?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've not worked with Advanced Roadmaps in either Jira Server/DC or Jira Cloud, so I don't have any first hand experience with that function. I've done some searches and so far have not been able to conclusively find where that function comes from. If I find anything I'll post back here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can this be referred to the Atlassian product manager who would know?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Becci Watson and @Trudy Claspill
I noted a couple of things in your JQL to try:
The help shows using quotation marks around the key for the portfolioChildIssuesOf() function: https://support.atlassian.com/jira-software-cloud/docs/search-for-advanced-roadmaps-custom-fields-in-jql/#Child-issues
And, smart values are case and spacing-sensitive. Please try changing to use this for the trigger issue value:
{{triggerIssue.key}}
Kind regards,
Bill
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.