Skip to main content

Utils.Prodlog

class Utils.Prodlog

here is what Jira uses for the First Kit panel) - see e.g.: https://prodlog.iscinternal.com/prodlog/ProdLog.UI.FirstKit.cls?key=DP-13879 (everything) https://prodlog.iscinternal.com/prodlog/ProdLog.UI.FirstKit.cls?key=DP-13879&short=1 (excludes project branches) https://prodlog.iscinternal.com/prodlog/ProdLog.UI.FirstKit.cls?key=DP-13879&short=1&sort=asc (shows earliest releases first) For each of those, if you just view it in a browser you get an HTML table view, but if you add an "Accept: application/json" header it'll give you the results in JSON.

Method Inventory

Methods

classmethod GetFirstKitForID(httprequest As %String = "", changeid As %String = "DP-13358", verbose As %Boolean = 1) as %String
classmethod GetHTTPRequestForProdlog(username="", password="") as %Net.HttpRequest
classmethod PromptForSSOCredentials() as %List
FeedbackOpens in a new tab