Plugins

Assign Issue To Group

This plugin is a Workflow post-function. It allows you to assign the issue back to the reporter if the reporter is a member of a specified group. If the reporter does not belong to that group, this issue will be assigned to the given “lead” of that group.

Troubleshooting / Extra information
To enable debug logging for the plugin, edit the file JIRA_HOME/atlassian-jira/WEB-INF/classes/log4j.properties and add the following line:

log4j.category.nl.vanefferenonline.jira = DEBUG, filelog

Older versions:

11 Responses to Plugins

  1. Arjen says:

    I have recompiled the latest plugin version due to a wrong JDK being used. Should be fixed now because i have compiled it using the JDK 1.4.2.

    Have fun.

    Arjen

  2. alexander says:

    Hi!

    I suppose your plugin exactly is what I need. But I can’t understand – how to set group “lead” in JIRA?

    Thanx

  3. alexander says:

    How to set group “lead”? :)

  4. alexander says:

    What can be the reason of that post function doesn’t work? I added function to my workflow scheme to resolved transition. But when developer resolves issue it is not reassigned to testers who reported this issue.

  5. Arjen says:

    What version of Jira are you using?

    The reporter must be a member of the group you specified in the settings of this workflow function.

    Maybe i can try to reproduce your situation. So please tell me what version you are using.

  6. alexander says:

    It is actually Enterprise Edition, Evaluation version 3.10.2-#262

  7. alexander says:

    It seems like that post function isnot executed at all.

  8. olgas says:

    Hi!

    Thank you for plugin!
    We are using your plugin and it was working good, but after JIRA update to 3.10.2 the following error appears in log:

    http-8080-Processor17 ERROR [jira.workflow.function.AssignIssueToGroupFunction]

    Can you advise something?

    Thanks,
    Olga.

  9. Arjen says:

    I have rebuilded the sources locally against the new Jira version. Will try it first and later publish the new files here.

  10. Arjen says:

    New jar-file has been uploaded.

    Changelog:
    # Build code against latest Jira codebase version 3.10
    # Added additional logging to the code. See Troubleshooting above on how to enable that.

    To use this plugin, be sure that the workflow uses this post-function and be sure that the workflow is assigned to the workflow scheme and the workflow scheme assigned to the project.
    As far as i know, a workflow cannot be edited when it is in use by a project. Copy the workflow first, make your changes and than reassigned the workflow to the workflow scheme.

  11. olgas says:

    Thank you!
    Everything works fine.

Leave a Reply