I was reading the 79 Q&A list, I was wondering if automation is possible for an issue to be created by a specific phrase in the comment section of the original issue. Example: Issue - 1 is installed based but might need a SW follow up. I would like to add comment to issue to "Create issue/task on GO board for SW follow up" and it will create a new issue on a different project board. Is that possible?
I don't know about the list you are referencing, but it is possible to create an automation rule that would handle that case.
There is a trigger for Issue Commented.
You would need to follow that with a Condition to see if the text matches your expectations. You would probably need to use the Advanced Compare option.
If it does then you would follow that with an Action to Create Issue.
Your rule Actor would need to have appropriate permissions to see the issue where the comment is added and create issues in the destination project.
I believe this is the Q&A article to which @Alexis Gutierrez is referring: https://community.atlassian.com/t5/Automation-articles/79-Questions-and-Answers-about-Jira-Automation/ba-p/1363930
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I tried advanced compare option but that didn't work, not sure if there is a smart value that would work with this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Alexis, would you please post images of your rule and the audit log details? Those may provide some context for suggestions. Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for that information. Perhaps try this in your advanced compare condition:
How this works:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Close.. it looks like the first part of the rule worked just not the end.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That error indicates an issue type mismatch: between the source/trigger issue's project and the target project, Gaming Operations Board
Three of the possible causes of that are...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Bill Sheboy It looks like everything works but the comments.. Not sure why the comments are not moving over. All the attachments are and other things. I have it checked to move over from the issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Would you please post an image of the audit log details, showing an example where the rule triggered and the comments did not copy from the trigger issue? Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks! That appears to be a custom field, and not the built in comment field. I just confirmed that the built-in comments field cannot be copied directly (as you have shown) with an automation rule.
The only work-around I am aware of is to try to add the comments with JSON from the trigger issue, under advanced edit. There appear to be some open defects/suggestions indicating this may not be possible, but perhaps give it a try.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Bill, after looking around the setting and talking with my manager. We believe that this is not a comment box. We think this is the activity area, so comments can be posted. Is there anyway to move over the activity area?
Thank you,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am unclear what you mean, as the Comments are shown in the Activity area:
Do you mean in another field/region of the issue view, perhaps from an addon app?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I was wondering if I could have the whole Activity field be copied over? I know there was no a real way to have the comments moved over with the tickets but maybe the whole activity field?
Thank you,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Short answer: no.
That activity area is listing multiple things: comments added, the history (i.e. issue changelog), and work log (i.e. time entry for the issue)
You can access the comments and work log entries from an issue in a rule. But the change log entries are created for each issue change, and so happen one at a time. A work-around would be to call the REST API for the change log to grab the entire list of them (up to a chunk of 50 as the API method limits the returned values).
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.