Yesterday, I configured my incoming mail handler to create tickets upon receipt
Connectivity test passes, with the expected outcome :
However, I do not see the issues in Jira, what am I missing ?
hmmm, how confident are you that there are not actually created? if you use the following JQL and sort by issue key most recent are they not there? Are you sure you are looking at the same project?
project = xxxx
@Jack Brickey yes I am confident , is there anything else that might be occurring ?
I took a bit to respond because i checked different configs, searches, etc. and there is nothing there
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
so skipping past the "test", if you apply everything and send an email what happens? I assume the issue is not created? Does the email make it to the email inbox but not get processed?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My thoughts are that since the email is getting deleted, they must be getting processed, but they do not appear in Jira
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
what if you do the following search right after it is processed?
createdDate >= 2019-06-21 ORDER BY createdDate desc
any new issues should be at the top of the list.
If it truly is not there then what I am wondering is if there are required fields for the project you are trying to create an issue for. If so then email will not satisfy the requirements and creation will fail. if this is the cause then you would need to create a new issue type for the email that would not have any required fields.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Jack Brickey that was it! you are the man !
I changed it to an issue type that had no required fields ... but on that note, if I wanted to accomplish my original goal ;
Can I create an issue that populates with desired fields being populated with the cloud handler ? Would that work ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
not sure i'm following. what do you mean by "cloud handler"? You could setup default values for required fields possibly.
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.