Link to Confluence page in JIRA comment - jira

Is there any way to reference Confluence page in JIRA comment without any additional plugins? Can accept solutions using user macros.
Using Confluence 5.5 and JIRA 6.2.2. Confluence and Jira are wired together in Application Links
There is nothing regarding such links in JIRA markup helper nor could I find anything elsewhere

You can use normal wiki markup inside JIRA description or comment fields. That means that the following should be rendered correctly:
Say you have a page at http://my.server.tv/confluence/SPC/my+page.
Insert inside the comment field something like This is the page [my page|http://my.server.tv/confluence/SPC/my+page] .... which will be rendered then as "This is the page my page ..."
Inside Confluence, you get on the info page of the page "my page" the backreference shown to your issue where the Confluence page was mentioned.
Users that watch that issue (or the Confluence page) will even be notified about that.
So there is no need for additional plugins, just use normal wiki markup, but inside JIRA. And your JIRA administrator has to enable wiki markup for the whole instance.

Related

how to display HTML files on BitBucket?

We currently use GitHub for our code repos, which include HTML files for documentation. On GitHub, the HTML files in the repo only display the HTML source, but I can publish it to GitHub Pages, where it displays as a regular web page for my users.
We have just begun the migration to BitBucket hosted within my organization. It looks like the BitBucket Pages plug-in is the equivalent to GitHub Pages, but we don't have that plug-in and I do not expect to get it. Without that plug-in, is there a way to display HTML files as a web page? We also have JIRA and Confluence, in case those help.
I currently document my Python code with pdoc (pdoc3) to create HTML documentation. I don't think this question is specific to Python or pdoc3, but I just thought I'd add that, in case it matters. (I like pdoc3, but if another tool solves my problem, I'll try it.)
In short, how do I display HTML in BitBucket without the Pages plug-in?

How to add javascript to JIRA 7

I have a JIRA server installed on my server I would like to add a javascript to all pages. any idea how?
I could not change any jsp file it seems that all are compiled could not be modified.
If hacky solutions don't make you feel uncomfortable, you might be able to use the "Announcement Banner" to achieve this. You can insert html/css/javascript there and it will be displayed on each page in JIRA.
There's an example available here.
The "Announcement Banner" documentation is available here.
Note that this only works on JIRA Server. On JIRA Cloud the Announcement Banner only accepts text or wiki format.

Where do I go to enable search in Sharepoint 2007?

I am modifying an existing Sharepoint 2007 site. It just has two pages, the home page, and an admin page. The admin page has a couple form/document libraries. I simply want to have a search so that a user can search through all the documents/forms in the document/form library. I dont care if its a whole site search, as long as it pulls up results including those from all the document/form libraries on the site.
I have enabled site visibility ("allow this web to appear in search results") on both pages. I just cant find anywhere to enable an actual search button/search textbox/search webpart. I just want the actual control where i can type in a word and hit search. where/how can I enable that?
When I go to sharepoint designer I can see the search box at the top of the master page, but cant see it on the published (live) page.
First of all, search in MOSS 2007 is a BIG deal to understand... don't expect button "On/Off"!
Now that this is clear:
When you watch master page in sharepoint designer, you are seeing a page template as it would be seen with all functions enabled. So master page has to have the search button inside, so that MOSS knows where to show search button when it is enabled.
As for the first question:
First check in your server in the Central Administration Home page > if you have enabled search, crawling (to have any results in the first place) etc...
On your main site collection go to: "Site Actions > Site Settings > Modify All Site Settings > Site Collection Administration > Search settings" and check if you have enabled site search page.
Edit your search scopes.
P.S. Also I'm using a book for this kind of settings - great book
Office Sharepoint server 2007 - Administrator's companion
from Microsoft, written by Bill English (MS Sharepoint Community Expert)
Apparently a previous developer had modified the master page to hide the search feature controls.
The line in my master page that I had to edit was:
<td valign=top>
<asp:ContentPlaceHolder id="PlaceHolderSearchArea" runat="server">
<SharePoint:DelegateControl runat="server" ControlId="SmallSearchInputBox"/>
</asp:ContentPlaceHolder>
</td>
The table cell had an inline style to "display:none;" which I removed.

How to create multiple wiki pages in Bitbucket and see/edit them later?

I could create multiple wiki with '+new' link, but after creating it, there is no easy way to see this new page from repository home page. Only 'home' (default) wiki is available. Am I missing something ?
In github, this feature intuitive and pretty straight forward. You can see all you wiki pages with the 'pages' link.
You can more or less reproduce the "pages" page from github by replacing the text in the root page by the following:
<<toc / >>
Though their does not appear to be a feature that lists all the created wiki pages on bitbucket, you could clone the wiki repository in order to view and edit each wiki page as a separate file. The command to clone a wiki is something like:
hg clone https://<user>#bitbucket.org/<user>/<project>/wiki
To create a wiki page- In your bit bucket account firstly create a repository , after that inside your repository click on wiki link. you will see + create page button. click on it. and start writing your wiki page.
To see your old wiki pages- firstly select your repository , go to wiki link. then you see your repository name / Home. click on this repository name which is hyperlink to list of all wiki pages. here you can view your old wiki pages.
This feature is currently broken. Follow Issue BB-6368 for the fix.
More information here

Adding html form and input tags into Symfony static pages

I inherited the management of a Symfony site and need to add some HTMl form tags to one of the "static" pages via the CMS. The scenario I have is:
/index.php/splash/welcome pulls up the welcome screen.
We want to be able to add a subscription button on that page.
The HTML has been supplied for us by the company that handles the subscriptions.
The form post method has an action that references a script on a remote site (no lectures on the security implications please ;-).
When I add the <form... and <input... tags via the CMS admin panel, the tags get removed automatically by Symfony.
Is there a way to tell Symfony to allow these tags?
Thanks in advance,
Marty.
This is goign to depend completely on how the developer set up the CMS. Youre using a rich text editor in source mode i would take a look at that editor's config file and documentation because its probably the one responsible for stripping the tags.
If its just a plain text area i would check the submit action for the edit form and take a look at the code... he may be using something to strip them in there.
If youre using one of the Symfony CMS plugins (Diem, Apostrophe, Sympal) i might be able to help further if i know which one youre using. If its something custom we would need to see the code. This isnt really indiciative of the Symfony core, but rather the CMS youre using.

Resources