In Jira when I click an issue from the kanban board, structure or from the issue search page it opens up the detailed view of the issue. It used to show all relevant information (description, fix versions, relates to etc.) Now it's only showing the structure part with agile board link and HipChat button on right hand side. Everything else is not showing up at all. This is happening on all projects.
Screenshot of what I mean: http://screencast.com/t/TBqPLVJnBc
What am I missing? I must have changed some setting but cant find anything anywhere. Also thought I would mention that clicking the edit button for the issue shows all fields and I can change description, versions, labels etc. They're just not showing in detail view.
EDIT: Thanks to Oldskoltxo for the help and ideas but in the end I have no idea what fixed this issue. I just logged back in today and it was working with the jiraurl/browse/issueid (detailed issue view) showing all the info that I wanted (and which as you can see from above screenshot it didnt show the other day). Eg Fix version, author, description, comments, applies to links etc. Everything is back!
It seems like when you installed the plugin for kanban, you accepted to set your view screen to a different one. Try editting that setting on Admin>issues>screens. And check what is shown on "View Screen" and what screen is shown for "edit issue".
Regards
Related
I have searched through options and FAQ but did not find an answer: I want to customize the detailed issues view screen to display, on the left part (the issues list) the Component(s) and the assignee icon if possible:
In the Details View of the Search Issues screen, you cannot choose which columns to display in the list of issues (at least not yet with JIRA 6.x or 7.x).
If you switch to the List View instead:
Then you can use the Columns control to choose the info you want to see. You won't get to see all of the issue details for the selected issue though.
I've recently upgraded to Xcode 5.1 and I'm experiencing the most annoying bug. The instant search or method search dialog that allows you to search the methods on the given source file you are looking at isn't allowing me to enter more than one character. I have large source files and I tend to rely on that a lot. Any idea why this might be happening. I've tried re-installing Xcode (simply be dragging it in the trash).
You can find the search field I'm talking about by clicking the method as shown in the screenshot and simply typing something.
When I type the character gets replaced with the last letter entered.
(This one's just informational: I don't think it will fit in a comment, and want to report on what suggestions worked and didn't.)
I ran into this same problem. I accidentally typed some other key combo when trying to do Ctrl+6 to open the Document Items dropdown, and it was all out of whack after that.
As clance_911 mentioned, the filtering would work after clicking in the search box. So for example, to filter for "init", I could hit Ctrl+6 to open the Document Items, type "i" to start filtering (but then any subsequent letters would replace the i), click into the search text box, and continue typing the "nit". This works, but it's a pain.
As Moze pointed out, this seems to be specific to external displays. Sure enough, it worked fine on my MacBook display, but if I moved Xcode over to the external display, it stopped working. In my case, dragging the menu bar in the display Arrangements settings (to make the external monitor the main display) did solve the problem: the filter worked correctly with Xcode in either window. Sorry, Etienne :-(
The other solution that worked for me was simply closing the MacBook: use it in clamshell mode with only the external display. This is my normal setup anyway, but I know that's not ideal for everyone.
It happens if Xcode is open in external display that is not main display.
To fix it, open display setting's Arrangement tab and drag menu bar to display that you are working on.
I am using SSRS 2008R2 and my deployed reports were working fine. I am accessing these reports in another computer.
I am using IE to access these reports.
At first, I had the usual buttons --> Save As, Refresh, Print and Export to Data Fee
And I was able to print directly from IE using the Print button (not File-Print)
However, one fine day, the alignments of these buttons went from being horizontal to vertical. And the worse part is the Print button is now missing.
PS: I can't post photos. So imagine the buttons becoming vertically aligned and the print button missing. And I am using IE11
Any help or guidance is much appreciated.
Hayashi!
Well, I'm not thrilled about it, but have a look at this page:
http://msdn.microsoft.com/en-us/library/ms156511.aspx#bkmk_reportviewer
Under the table Browser Requirements for Viewing Reports there is a little note stating "Internet Explorer 11, add the report server URL to compatibility view in internet options".
I have tested this and confirmed that when we add our URL to the to IE11's Compatibility View List, the annoying display issues go away.
Not a server-side fix as I was hoping, but came straight from the horse's mouth.
I've found out the problem. My PC automatically updated my IE from 10 to 11.
Since then, this problem occurred. I went to uninstall IE 11 (from Control Panel) and revert back to IE 10.
Problem solved!
Hayashi
The permission "Delete all Attachments" is granted to the group "jira-users". I am member of "jira-users". Though, I do not see a way to remove an attatchment (a screenshot actually).
I am by no means a JIRA expert, but on our instance (v4.2.4-b591#591), there is a drop down arrow next to the "+" icon to add an attachment. In that drop down, there is a "Manage Attachments" option. You should be able to figure it out from there...
As of October, 2015, it's changed a little and I thought I would post a new answer since this is the first Google result!
According to a forum post, the only way to remove attachments is to open the issue in the "Issue" view and not the "Projects" view, click on the issue, scroll down to the attachments, and then hit the trashcan icon when scrolling over the image.
Source: Jira Forum
It's not directly possible in the greenhopper detail view. You first have to open the issue in the normal JIRA issue detail view through clicking on the issue key in the greenhopper detail view. In the normal JIRA view you should see a trash can icon if you hover over an attachment. If not, you should check your permissions
I have developed a custom webpart which is being displayed correctly and has some external parameters and being supplied when it is used in the page.
There is a problem in displaying that webpart in edit mode. In edit mode it is not visible as the page footer comes up and only little portion of the webpart is being displayed. To see the whole webpart I need to scroll through. This problem is happening only when the web part is in edit mode.
In Display mode it is Fantastic.
The Way it looks on the Page in Edit Mode is:
Could anyone point me whats being missed and why it is happening?
Thank You
Hari Gillala
Two things to check:
If you have edited the master page/page layout, you might not have closed a html tag, or the styling might be wrong.
With the custom toolpart, is it outputting valid html?, check that you have built the table correctly, and are using the correct styles.