
On GitHub, what's the difference between reviewer and assignee?
After discussing with several OSS maintainers, "reviewers" is defined as what the word supposed to be: to review (someone's code) and "assignee" has a looser definition explained below. …
gitlab merge request. Who is the assignee? - Stack Overflow
Jul 27, 2022 · The people who are assigned to a merge request are the people who are responsible for it, not in a review kind of sense. Usually it is the person who creates the pull …
Find issues that were ever assigned to me - Stack Overflow
Apr 6, 2010 · I am trying to create a filter to search for all issues that were ever assigned to me, even after the assignee is changed. I cant find the appropriate search parameters for this. Is it …
how to create JIRA quick filter where assignee is Unassigned
Mar 11, 2015 · In your case, create filter and type in JQL: assignee = unassigned user Or if no assignee assignee is empty You can select the widget "filter result" to show the consequence …
What is difference between Reviewers and Assignees on GitHub?
Dec 27, 2016 · An assignee says "this person is handling the issue". But if that pull request also has Windows specific code, I might request a review from someone on the project that knows …
assignee in jira workflow - Stack Overflow
Jun 7, 2012 · I have seen also that some users change assignee to the name of reporter, in order to ping the reporter to answer their question in a comment. I deprecate this usage. It may …
Can a task in Asana be assigned to multiple assignees?
Feb 21, 2025 · 100% agree with only one assignee. This should be the person accountable for making sure that the task gets done. I suggest adding the Multi-Assignees field to your …
jql - Jira Quick-filter to show all task with subtasks assigned to ...
Feb 1, 2013 · Currently, I have a quick filter to show me my task that does this: assignee = currentUser() This works ok, but doesn't show me tasks that are assigned to someone else, …
How to find issues that at some point has been assigned to you?
Jan 27, 2010 · So, to search all issues with "someUserName" in the issuehistory, you have to inner join the table changegroup (and maybe the table changeitem from there). Example: …
jira - Assignee: The default assignee does NOT have ASSIGNABLE ...
Feb 21, 2018 · What solved it in my own case: Jira defaults newly created issues to the project lead of that particular project. The project lead exited the company. With his access revoked, …