New and Improved 3.13 Beta. Highlights: Shareable filters and dashboards and lots of other goodies. Any feedback can be raised as JIRA issues in the JIRA project.
Issue Details (XML | Word | Printable)

Key: JRA-10230
Type: Task Task
Status: Resolved Resolved
Resolution: Duplicate
Priority: Major Major
Assignee: Nick Menere [Atlassian]
Reporter: Whitney Davis
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
JIRA

Set Assignee to Group

Created: 21/May/06 03:51 PM   Updated: 22/May/06 03:00 AM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Issue Links:
Duplicate
 

Participants: Nick Menere [Atlassian] and Whitney Davis
Since last comment: 2 years, 14 weeks, 1 day ago
Resolution Date: 22/May/06 03:00 AM
Labels:


 Description  « Hide
Is it possible to assign a group to an issue? I am writing a plug-in function that generates subIssues. I've seen others' code that assigns the subIssues to specific people; but not groups.

Instead of:

User sampleUser;
sampleUser = UserUtils.getUser(samplePerson);
subTaskIssue.setAssignee(sampleUser);

Is there something like this that I could use:

Group sampleGroup;
sampleGroup = "ABCGroup";
subTaskIssue.setAssignee(sampleGroup);

The API specifies the method signature:
public void setAssignee(String assignee)



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Nick Menere [Atlassian] added a comment - 22/May/06 03:00 AM
Whitney,
Unfortunately this can't be done in Jira at the moment. Issues can be assigned to a single user.
This is being tracked at - JRA-1397

Cheers,
Nick