feat(gs/emacs): Add command to pull down all assigned JIRA tickets
as org-mode headlines, using org-tracker-headlines-from-assigned-to-me Change-Id: Ie2ce8ec768702a71fb74c36024a3974c2d675571 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3214 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
		
							parent
							
								
									6b0e70501f
								
							
						
					
					
						commit
						91c71b3808
					
				
					 1 changed files with 7 additions and 1 deletions
				
			
		| 
						 | 
					@ -237,7 +237,13 @@
 | 
				
			||||||
                                  ("DONE" . "Done"))
 | 
					                                  ("DONE" . "Done"))
 | 
				
			||||||
        org-tracker-username "griffin@readyset.io"
 | 
					        org-tracker-username "griffin@readyset.io"
 | 
				
			||||||
        org-tracker-claim-ticket-on-status-update '("ACTIVE" "PR" "DONE")
 | 
					        org-tracker-claim-ticket-on-status-update '("ACTIVE" "PR" "DONE")
 | 
				
			||||||
        org-tracker-create-stories-with-labels 'existing))
 | 
					        org-tracker-create-stories-with-labels 'existing)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  (defun org-tracker-headlines-from-assigned-to-me (level)
 | 
				
			||||||
 | 
					    (interactive "*nLevel: ")
 | 
				
			||||||
 | 
					    (org-tracker-headlines-from-search
 | 
				
			||||||
 | 
					     level
 | 
				
			||||||
 | 
					     "assignee = currentUser() and statusCategory = 2")))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(load! "+private")
 | 
					(load! "+private")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue