Hi all,
I want to update a filter JQL query via REST API in JIRA automation based on input from another filter JQL query.
It's a bit similar to the to the topic described here: https://community.atlassian.com/t5/Jira-Software-questions/Updating-a-filter-JQL-query-via-REST-API-in-JIRA-automation/qaq-p/2475467
I have JQL query 1 in this systematic:
(issuekey in portfolioChildIssuesOf(PDI-482) or issuekey in portfolioChildIssuesOf(PDI-483)) AND "Scrum Team[Select List (multiple choices)]" in ("X Team") and issuetype in (Bug, Story) AND "Completion Date[Date]" >= "-12w" and status in (online, done)
I want to dynamically change this part of the JQL: PDI-482, PDI-483, etc.
Therefore I have another JQL query 2 like this:
("Scrum Team[Select List (multiple choices)]" in ("X Team") and issuetype in (PDI) AND "Completion Date[Date]" >= "-12w" and status in ("development completed", done, "Launch Validation", Closed, Rejected)) OR ("Scrum Team[Select List (multiple choices)]" in ("X Team") and issuetype in (PDI) and status in (scheduled, development))
I want to put the results from query 2 in the form of (issuekey in portfolioChildIssuesOf(PDI-482) in query 1 on a regular basis.
I don't have much experience with using REST API so I would be really happy if you have either learning resources about that or a specific idea how I could implement my use case.
Kind regards and thanks a lot for your help and support.
Mathias
You can add and arrange more fields in the issue detail view so when you click then you can see more details.
You can change the card colors to help your team quickly identify the cards on your board as being of a particular issue type, priority, assignee, or anything you choose.
But the field limit is only 3.
Regards
Prakhar
Hi Prakhar
Thanks for your reply! As I mentioned, I know that feature, but just need something more
1. More columns displayed as the default columns
2. More than 3
Is it something not supported by Jira? Any plugins can do it?
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.
Any findings on this matter yet? I am interested as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm interested as well, for eg adding our Planned Release as a column
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.