Create plugin points for Tasks

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Fixed
    • 5.8
    • Component/s: Plugins, Tasks
    • None

      Create a plugin point so that we could run a pre-task and post-task actions for given type(s) of a task. Plugins should be able to extend such points in the atlassian-plugin.xml file (similarly to what we have already - postChainAction, for instance).

      Sample format:

      <pre|postTaskAction 
          key="[action key]"
          name="[action name]"
          class="[fully qualified name of  a class implementing the extension]"
          taskClass="[fully qualified name of a task class we want to handle]">
              <description>[some description]</description>
      </pre|postChainAction>
      

            Assignee:
            Marek Parfianowicz
            Reporter:
            Marek Parfianowicz
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: