public class

MyUnresolvedIssuesShortcutContextProvider

extends Object
implements ContextProvider
java.lang.Object
   ↳ com.atlassian.jira.plugin.contentlinks.contextproviders.MyUnresolvedIssuesShortcutContextProvider

Class Overview

Provides the velocity context keys required to render the "My Open Issues" content link.

NOTE: The Jql query that we generate is actually a search for issues with a resolution of Unresolved, this is consistent with the default My Open Issues filter available in the issue navigator.

Summary

Public Constructors
MyUnresolvedIssuesShortcutContextProvider(JqlStringSupport jqlStringSupport)
Public Methods
Map<StringObject> getContextMap(Map<StringObject> context)
void init(Map<StringString> params)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.plugin.web.ContextProvider

Public Constructors

public MyUnresolvedIssuesShortcutContextProvider (JqlStringSupport jqlStringSupport)

Public Methods

public Map<StringObject> getContextMap (Map<StringObject> context)

public void init (Map<StringString> params)