Automatically create comment when file attached to jira issue - jira

Whenever an attachment is attached to an issue in Jira,I want to automatically create a comment.
The comment should be displaying the hyperlink to that attachment
Can anyone please help on how this can be done in Jira.
Thanks in Advance,
Naren.

JIRA gives you the option to add a comment when you attach a file to an issue. It sounds like you want the comment to be required instead of optional? And to have a link to the attachment in the comment. My first thought is that this sounds like a new issue operation that extends the AttachFile action in a plugin.

Related

pass multiple parameters in wso2 apimanager 2.1.0

need to pass multiple parameters in wso2 api-manager, i looked into this blog, http://vvratha.blogspot.in/2015/01/adding-url-parameters-in-wso2-apimanager.html.
the author has mentioned how to do it,but she has mentioned to create a new sequence, not getting where(i mean, need the path to create a file) and name of the file.
NOTE: i m only using api-manager and not developer tooling.
You can create sequence file and upload it in publisher UI.
See https://docs.wso2.com/display/AM210/Adding+Mediation+Extensions#AddingMediationExtensions-CreateanduploadmanuallyintheAPIPublisher
docs.wso2.com/display/AM210/… if anybody faces the problem in future go through this link also addition to the above link mentioned by #Bee. Well this link was directly referred by the author of yenlo.com #RobBrouwers.

Email Footer Issue 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/

New window from link WITH popup

Tried searching around but can't seem to find a straight forward answer to what I'm trying to do...
I need to create a link that opens a new page WITH a unique popup. I don't want to simply embed a popup plugin for that new page. The link is the only method that the popup should be seen on the new page.
Does this make sense and how can I achieve it?
Many thanks in advance...
http://swip.codylindley.com/popupWindowDemo.html
have a look on this this is exactaly same...
yourlink
this is simple java script that can open new window

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.

How to add "Project Description" in FogBugz?

When I create a new project (or even when I edit the Sample Project) there is no way to add Description to the project.
Or am I blind to the obvious?
There's no such thing as a project description, really. There's a column in the Projects page which is used so you can see which project is the default, built-in inbox, and we couldn't think of anything better to put as the column header for that column.
You are not crazy. It is used internally and not even stored in the database. I wondered the same thing when I first started using FogBugz, but found a forum entry to answer my question. As of today, I still don't think they have implemented it. Jump over to FogCreek and submit a request, if you would like to make it editable.
"Description" missing from Project?
How to Edit a Project Description
The description is mostly for system projects, like e-mail inbox.
You might be able to set one in the underlying DB table.

Resources