Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,559,686
Community Members
 
Community Events
185
Community Groups

How can I see the initiatives in which my teams are involved ?

Hi, my team is (projet XYZ). There are multiples Initiative across the organization (issuetype = initiative) and I would like to get all the initiatives where my team is involved across the organization

It should look like this request which works for Epics. I would like something similar for Initiatives

  • issueFunction in InitiativeOf("project in (XYZ)")

 

I have script runner and Jira Cloud

2 answers

1 accepted

0 votes
Answer accepted
Kate Kabir
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Feb 15, 2021

Hi @BrosseauDamien (Consultant) 

I can confirm that ScriptRunner for Jira Cloud does not support does not currently support searching for issues below an initiative like you can do in the server version of the plugin.

Also, I can confirm that the issuesInEpics() JQL function only supports getting issues which are below an Epic issue type as described in the documentation page for this JQL function located here.

This means that you will not be able to achieve your requirement of getting issues linked to an initiative inside of Jira cloud currently as we do not provide any JQL functions to achieve this as the server version does with the portfolioChildrenOf() JQL function and if this something you would like to see in the plugin then I would ask you to raise this as a feature request on our public backlog located here so that the product owner can see this.

However, I have checked and Jira Cloud provides some native JQL functions that can be used to search for issues below an Initiative issue and this means you could run a query similar to below inside of the regular Jira JQL search which is similar to below that will return all issues below an Initiative issue and you may be able to use this to achieve your requirement.

issue in portfolioChildIssuesOf("<IssueKeyHere>")

I hope this helps.

Thank you

Kind Regards

Kate

Thank you kate for the information, I have added an item in the backlog as suggested. I hope this will be available soon.

 

Damien

Like Kate Kabir likes this
0 votes
Walter Buggenhout _ACA IT_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Feb 15, 2021

Hi @BrosseauDamien (Consultant),

This depends totally on how you associate issues to your team. If your team has its work in a Jira project called "XYZ" or in three different projects X, Y and Z, it could be as simple as this:

Issuetype = Initiative AND Project = XYZ 

or

Issuetype = Initiative AND Projects in (X, Y, Z)

That answer is based entirely on the assumption that you have Initiative issuetypes for your team in that / those project(s) 

thank you, but maybe I was not clear. My team XYZ is working under an initiative AAA-1234 in project AAA, so another project. I need a request that can show me all the initiative I'm working on (in ou outside my project)

Walter Buggenhout _ACA IT_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Feb 15, 2021

The question remains how you indicate or may retrieve that your team is working on that initiative.

Since you seem to be using Advanced Roadmaps, you have the team field to indicate what issues belong with a team. How we usually set this up is as follows:

  • for initiatives that are worked on by a single team, we assign that team to the initiative;
  • for initiatives that are being worked on by multiple teams, we leave the team unassigned.

We use the advanced roadmaps team field and shared teams for that purpose, by the way.

If we then want to pull a list of initiatives that are/may be relevant for our team, we use the following JQL:

Issuetype = Initiative AND (Team = "My Team" OR Team IS EMPTY)

That may pull in initiatives that may not be relevant to our team, I hear you say. And that is true, but it does pull in all explicitly defined team initiatives and all candidate initiatives as well.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events