to get count of all merge requests assigned to user on Gitlab:

current_user.assigned_merge_requests.opened.count

to get count of all opened merge requests:

MergeRequest.opened.count

How I can get count of all opened merge requests but not marked as "Work in 
progress"???

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/d0abb5ca-637a-42f6-8464-91a6daca2346%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to