Blame view

src/main/xsd/assignees.xml 1.95 KB
bernard authored
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assigneeList xsi:noNamespaceSchemaLocation="assignees.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
              groupsUrl="https://it-crowd.com.pl/youtrack/rest/admin/project/QWE_QA/assignee/group"
              individualsUrl="https://it-crowd.com.pl/youtrack/rest/admin/project/QWE_QA/assignee/individual">
    <assignees>
        <assignee login="bernard" isIndividualAssignee="false">
            <assignedBy>
                <userGroupRef name="IT Crowd team" url="https://it-crowd.com.pl/youtrack/rest/admin/group/IT%20Crowd%20team"/>
            </assignedBy>
        </assignee>
        <assignee login="jacek" isIndividualAssignee="false">
            <assignedBy>
                <userGroupRef name="IT Crowd team" url="https://it-crowd.com.pl/youtrack/rest/admin/group/IT%20Crowd%20team"/>
            </assignedBy>
        </assignee>
        <assignee login="karol" isIndividualAssignee="false">
            <assignedBy>
                <userGroupRef name="IT Crowd team" url="https://it-crowd.com.pl/youtrack/rest/admin/group/IT%20Crowd%20team"/>
            </assignedBy>
        </assignee>
        <assignee login="k.miksa" isIndividualAssignee="false">
            <assignedBy>
                <userGroupRef name="IT Crowd team" url="https://it-crowd.com.pl/youtrack/rest/admin/group/IT%20Crowd%20team"/>
            </assignedBy>
        </assignee>
        <assignee login="tomek" isIndividualAssignee="false">
            <assignedBy>
                <userGroupRef name="IT Crowd team" url="https://it-crowd.com.pl/youtrack/rest/admin/group/IT%20Crowd%20team"/>
            </assignedBy>
        </assignee>
        <assignee login="l.gladek" isIndividualAssignee="false">
            <assignedBy>
                <userGroupRef name="IT Crowd team" url="https://it-crowd.com.pl/youtrack/rest/admin/group/IT%20Crowd%20team"/>
            </assignedBy>
        </assignee>
    </assignees>
</assigneeList>