We want to update custom field every time non jira user add comment to an issue by email. Can it be done with JEMH Plugin?
We've tried setting custom filed from project mapping, but that only works in issue creation and not in commenting.
Hi Andy.
The way we solved it for the moment is by creating a looped transition that sets the custom field (e.g. "User Replied = true") on Post Function.
Than we set "On Comment Workflow" to activate that transition.
Unfortunately this feature does not support "global transition", so we have to configure this transition on every step.
If you find better way to accomplish the same behavior we need, I would like to know.
Thanks.
Hi Tamir, I have a question:
When you say "Then we set "On Comment Workflow" to activate that transition."
What are you doing there to activate a transition.
I need to activate a transition when a user comments in the issue, is something similar?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We are using JEMH plug-in to do that. JEMH is an advanced email handler to deal with incoming emails (and do much more). When a user send an email to a Jira inbox that is set to work with JEMH you can configure it to perform a workflow transition.
I don' t know of any way to perform a transition when a user comment in issue on Jira. May be escalation service (groovy runner built in script) can help here - but I'm not sure exactly how.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
JEMH has one auto advance field, the doco refers the Resolved,Closed issue to Reopen transition on comment. If you dont need that and want to drive a transition from stateX to stateY when JEMH receives a message, just replace the given workflow statuses and advancement step?
eg:
onCommentWorkflowAdvanceAction: Start Work
onCommentAdvanceFromState: Waiting on Customer
These fields restrict JEMH workflow attempts to that specific scenario, does it work for you? You can also use the status ID and transition ID to avoid any 'collisions' with other workflow entries of the same name.
https://thepluginpeople.atlassian.net/wiki/display/JEMH/Reopen+an+Issue+On+Comment
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Tamir,
The Project Mappings are primarily there to initially route / setup issues. Once created, the 'mapping' of the email is not needed because the issue key will identify the exact issue to comment on, so mappings don't rerun.
JEMH custom field defaults also only apply on create only, as overwriting issue values isn't generally desirable.
This sounds like something relating to workflow though? Its an area of JEMH that hasn't got many features (yet). Can you expand on your use case, just setting some status field?
Would the 'change' you desire be specific to a particular project, group of projects, global?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.