The Team field, part of Portfolio for Jira, we can add the field to Structure result sets but can't group by the Team field. Are we missing something?
Hello @Corey Hutchinson & @Kasturee !
David from ALM Works here.
You can group by your Portfolio Team field in the following way:
Please let me know if this helps! I look forward to your feedback!!!
Best Regards,
David Niro
www.almworks.com
Hi @David Niro ,
We followed the above steps for grouping.
But we are getting number example 1233, 1234 etc. instead of team name.
Can you help here?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Rohit Gupta !
That seems strange. What version of Structure and Jira are you currently using?
Best Regards,
David Niro
www.almworks.com
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.
Thank you @Rohit Gupta
I think it will be best if you contact our support team directly to work through this further.
Could you please send us an email to support@almworks.com or through our customer portal support.almworks.com?
We look forward to hearing from you.
Best Regards,
David Niro
www.almworks.com
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Corey!
Thanks for posting.
This feature is not currently available but we do have an open request for it. Unfortunately, I’m unable to give you a timeframe for when it will be released but I can certainly notify you when it becomes available if you would like.
In the meantime, there’s a workaround I can guide you through to accomplish this. This requires the use of Structure’s Formula column feature, which was released with Structure 4. Please let me know if you’re using Structure 4.0 or later so I can send you the directions on how to Group by Portfolio’s ‘Team’ field using Formulas.
Best Regards,
Vlad
ALM Works
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We are on the latest version, could you please share the workaround. Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Corey!
Thanks for confirming. In a Formula column, you can set up the following formula:
IF(DEFINED(team), SUBSTRING(zzz,SEARCH("<span>",zzz,5)+5,SEARCH("</span>",zzz,5)-1), "")
And for the value of zzz select Manual specification and enter the following json:
{"id":"customfield","params":{"fieldId":10700},"format":"html"}
Please note that you will have to replace the 'fieldId' value above with your own. You can find it by going to Jira Administration|Issues| Custom Fields|. If you scroll down and select View Team (locked) by clicking on the gear icon to the right, in the URL you will see something like customFieldId=12345. Replace 10700 in the json with that value.
Afterward, you will be able to Group by the formula result (Group by Text Attribute>YourformulaName(Formula)
I hope this helps. Please let me know if you need further assistance.
Best Regards,
Vlad
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi again Corey,
I just wanted to note that currently, the Team field only displays data when teams are explicitly assigned to issues. When Portfolio automatically assigns the teams, the info is not shown in Structure. Since the Team field is not a standard Jira field, we will need to investigate further on how to fully support it in Structure.
Please let me know if you have any additional questions.
Sincerely,
Vlad
ALM Works
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Vlad. Can you advise when the Portfolio TEAM field will be enabled to be used in Structure's Group by function? Can you also post the ticket that is logged for this. Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Vlad[ALM Works] That formula you gave has worked perfectly until we moved to Jira version 8.13.6. When we moved from 8.13.5 to .6 it stopped resolving the formula. Does ALM have another solution for grouping by Team?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What a crazy omission. I've just been trying to do that : group by Team.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you @David Niro . The steps you provided helped a lot.
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.