Hi!
Is it possible to complete the field value of a task generated from an email? In body email I have the fields value and I want to send this value to Jira Issue
Thanks!
If you are asking if you can influence (update) the value of a field based on the create email message body then you can do this OOTB using Automation. Here is a quick example of where I change the priority based upon email body.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes that is possible with the help of ScriptRunner for Jira on Cloud. You can write a listener that can be triggered on new email created. You can write code to parse the body (description) of the issue and process it to update a field.
Give it a try.
Ravi
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.
can you make a youtube video how to update issue fields from the body of email request?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
here is my screenshot for the similar automation, Not sure if you still need it or not.
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.
do you have a youtube video for this listener?
can you please send the name or the link of the video?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Jack Brickey @Ravi Sagar _Sparxsys_
How this rule works for custom fields.
For example, in the email body, we have fields.
Customer Account:
Hardware Platform:
How can we update them to Issue?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Pathan Zubair Khan , when you add the action to edit issue you will be able to select which field you wish to edit. Begin typing in the field to see if your field is listed. Keep in mind the solution here deals with a known list of possible values. It does not dynamically extract the text from the description and insert into a field.
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.