1-click-child-links icon indicating copy to clipboard operation
1-click-child-links copied to clipboard

Find templates in Project Teams (not default)

Open NicolasBrawerman opened this issue 4 years ago • 2 comments

Hi

I've installed this extension and start to test it in my ADS. I see that i can attach only templates i created under the default project team, but in my project i have lot of teams. i create for a specific team the same template (as for default team) but i got a message there are no templates.

this is how this extension work? only templates under default project team?

thanks a lot

NicolasBrawerman avatar Jul 12 '20 08:07 NicolasBrawerman

I am having the same issue. We have different teams with one has different templates but I do not have access to a default team. How can I configure it?

danielsilvajobs avatar Jan 20 '21 16:01 danielsilvajobs

ctx.team.id seems to not use session.team.id ? just trying to help :-)

https://github.com/figueiredorui/1-click-child-links/blob/master/src/scripts/app.js

` workItemTypes.forEach(function (workItemType) {

            var request = witClient.getTemplates(ctx.project.id, ctx.team.id, workItemType);
            requests.push(request);
        }, this);`

vinnyclancy avatar Nov 22 '21 22:11 vinnyclancy