Email Footer Issue jira - jira

I am able to recive and send emails properly.
Email footer content is displaying "template.footer.text" instead of text.
please provide suggestions.
what are files i need to edit and location for files.
regards,
tousif shaikh.

I've never worked with Jira but I'd speculate you're missing a template file which probably live here:
atlassian-jira/WEB-INF/classes/templates/email/html/includes/
atlassian-jira/WEB-INF/classes/templates/email/text/includes/
You'll probably have better luck at the Jira forums which seems to have been based on yours truly :)
https://answers.atlassian.com/questions/

Related

Jira: Adding a Link to in issue doesn't work for a project

I've been using Jira recently and I came across a problem that I don't know how to fix it.
I have to Jira instances. when I try to link an issue to one on the other instance it doesn't link. It used to work but now it won't.
every time I try to link it I will get this even though for other projects it wasn't needed :
and when press authenticate I get this page:
afterward, when I press the link nothing changes.
Please if you are familiar with this problem help me.
afterward, when I press the link nothing changes.
I tried to link the other way and it's working but I still can't identify where the problem is.
Please if you are familiar with this problem help me.
It's all about Application Links.
Some server changes (like reverse proxy, update in web.xml, etc.) or changes in the admin user account may break the links.
You need the check Application Links between two instances; if there is a problem, try to solve that first.
If not, remove the application link from both instances and add it again.
By the way, if the users in the two Jira instances are same, enable the "OAuth" in the application links (and also be sure that the admin account is same on these two instances.)
Sources:
Linking issues
Application Links

localizing FineUploader "processing" message

I have managed to localise most of the fine uploader messages via the API and template. However I cannot find where the text "processing" is being added.
I'm sure it's somewhere simple but can't find it. Can anyone help me out?
thanks
I found it. waitingforResponse under text options.
text: {
defaultResponseError: defaultResponseErrorMsg,
fileInputTitle: fileInputTitleMsg,
formatProgress: formatProgressMsg,
waitingForResponse: "This is the place!"
}
I was looking at the API options for the CORE (basic) version and I am using the UI version.

Error message: 'Please make sure that you do not have 2 templates with the same alias' umbraco

I keep getting this error message every time i go to save on of my pages? Does anyone know why? I have looked on google, but have found no solution that is working for me....
Thanks
Oddly, this may actually be a permissions issue. Check that you have write permissions on all the relevant folders including the ones containing your templates (either views/ or masterpages/). See here for details of what should be applied.

how can i edit my server plugin for tfs alerts.as it is only sending email when something is assign to me

sorry for my bad english.
i have server plugin for tfs alerts as mention it is sending mail when something is assign to me.
now , i want that the change fields aslo will me mailed by plugin.
like , state , triage and etc.
or all the fields will be send in email.
can any one share me the logic to do that.
sorry if i cannot defined u my question as i have very bad english.
if code required then i will also send the code . plz help me
search your tfs installation directory for *.xsl files. There should be a bunch of xsl transforms which produce the emails sent by tfs.

Using Jira's API to add an attachment to an issue

I was wondering if Jira's REST API supports the ability to add an attachment to an issue (existing or new) along with uploading the attachment too? Looking at the API documentation I did not see anything however maybe i missed something.
This looks like the method you're after:
http://docs.atlassian.com/jira/REST/latest/#id339692
After you create the issue, you can click on more actions tab of that particular issue.
You would be able to attach files and attach screenshot.
Correct me if I am wrong in understanding your requirement.
Thanks.
in Python:
jira = JIRA(options="Jira_Server_URL", basic_auth=("userID", "Password"))
jira.add_attachment(issue=issue, attachment="attachment_path")
Replace Jira_Server_URL, userID, Password and attachment_path accordingly.

Resources