Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please implement 'only_if_assigned' option for Bugzilla plugin #243

Closed
thozza opened this issue Sep 15, 2015 · 4 comments · Fixed by #772
Closed

Please implement 'only_if_assigned' option for Bugzilla plugin #243

thozza opened this issue Sep 15, 2015 · 4 comments · Fixed by #772

Comments

@thozza
Copy link

thozza commented Sep 15, 2015

Currently it is not possible to filer bugs from Bugzilla based on the assignee. The result is that also bugs not assigned to me, but reported by me are added to my tasks in taskwarrior. It would be nice to be able to filter only bugs assigned to me.

@ralphbean
Copy link
Collaborator

Yeah, the get_owner method in the bugzilla issue service just has raise NotImplementedError, so we'd need to start there and then leverage the .include(...) method somewhere in there too.

@Mte90
Copy link

Mte90 commented Jun 18, 2018

Waiting for this one a lot, there are updates since this ticket?

@Mte90
Copy link

Mte90 commented Jun 18, 2018

I tried now changing that line https://github.com/ralphbean/bugwarrior/blob/develop/bugwarrior/services/bz.py#L225 with my email but didn't worked.

Looking if I can do that with a query

@Mte90
Copy link

Mte90 commented Jun 18, 2018

Got it with the query_url:
bugzilla.query_url = https://bugzilla.mozilla.org/query.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&bug_status=ASSIGNED&longdesc_type=allwordssubstr&longdesc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_id=&bug_id_type=anyexact&votes=&votes_type=greaterthaneq&emailassigned_to1=1&emailtype1=exact&[email protected]&emailtype2=substring&email2=&emailtype3=substring&email3=&chfieldvalue=&chfieldfrom=&chfieldto=Now&j_top=AND&f1=noop&o1=noop&v1=

ryneeverett added a commit to ryneeverett/bugwarrior that referenced this issue Nov 10, 2020
This adds support for the common configuration options
`only_if_assigned` and `also_unassigned`, which should be supported by
all services.

Resolve GothenburgBitFactory#243.
NexAdn pushed a commit to NexAdn/bugwarrior that referenced this issue Sep 19, 2024
This adds support for the common configuration options
`only_if_assigned` and `also_unassigned`, which should be supported by
all services.

Resolve GothenburgBitFactory#243.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants