Adding custom field in youtrack next to the comment tab - youtrack

Is it posible to add a custom field to youtrack next to the comment tab on the bottom?
We use youtrack 6.5 for now but if it is needed we can update to 7.0.

No, it's not possible so far. There're are several predefined CF types in YouTrack. The CFs are displayed in a single column.

Related

PageDown in Column Selection Mode in Intellij/PyCharm

Column Selection Mode is a great feature of Intellij (/Pycharm etc). I just noticed that it stops working when I hit page-down with select. Is this a known issue? it is possible that it could be platform specific. I am on mac-os and had to customize page-down-with-select to have it usable on my macbook pro that has limited keys available.
Just discovered I had been using Move Caret Down with Selection and not Page down with Selection. I made a custom shortcut for the latter and now column selection is able to span multiple pages!

How to hide an unused field in TFS

Is there a way to hide a field in TFS2015? We just needed to hide an unused field since it doesn't server us purpose anymore but we don't want to delete it.
If you just mean you don't want to see the filed in your workitem.
You could delete the control in layout page (Need TFS Power Tools installed).
After this your teams won't be able to see the field in work item page any more.
However this filed still could be used/filtered in work item query. If the hide in your question means this. Unfortunately, no this function for now. You may have to delete the filed instead.

How to bring "Match" word near Match Radio Buttons in ADF

I am working on af:query for Search functionality in ADF. The code for same is given below
<af:query id="qu1" headerText="Search" disclosed="true" styleClass="quButton" saveButtonText="Save"
value="#{bindings.SearchByTitleAndAuthor.quDescriptor}"
model="#{bindings.SearchByTitleAndAuthor.quModel}"
queryListener="#{bindings.SearchByTitleAndAuthor.processQuery}"
queryOperationListener="#{bindings.SearchByTitleAndAuthor.processQueryOperation}"/>
This provides me a Search region with various fields and 2 radio buttons named as "All" and "Any".
My requirement is that the word "Match" should come before the radio button "All". I have checked on different links that the word "Match" comes by default when we use af:query. But, its not coming in my case. Please suggest some ways in which I can get it done.
My Jdeveloper version is "Studio Edition Version 11.1.1.7.0".
Check your view object. Ensure that show match all/match any is checked as shown in the screenshot.
===EDIT===
OP was using custom skin. Causing the issue. After removing the custom skin, the issue went away as suggested.

How do I change selection properties in Jetbrains IDE(s)?

Several times, while working with Jetbrains' IDE(s), I have faced the following issue:
The natural selection type is changed to this kind of a selection. When I reload the IDE, it gets back to its normal position. Is it a bug, or a feature of the IDE? How do I fix it?
From Jetbrains:
Toggling between line and column selection modes
To toggle between the line and the column selection modes, do one of the following:
On the main menu, choose Edit | Column Selection Mode.
On the context menu of the editor, choose Column Selection Mode.
Press Shift+Alt+Insert.
P.S. My guess would be you by accident used the wrong key combination. (I currently use PHPStorm & C-Lion and have not seen this issue)
Here is the documentation for selecting text in Jetbrains' editors.

Displaying filtered issues in JIRA project tab

This is my first attempt to create a JIRA plugin and I'm completely lost.
I have already managed to create a project tab plugin. However, I can't find the way to populate the screen with any more than HTML.
My main goal is to display a list of filtered issues in the project tab. I saw the issues list displayed in the Versions tab (screenshot: http://cl.ly/image/0g1O3v0M0p38/Screen%20Shot%202015-03-25%20at%203.49.35%20PM.png) and I figured I could copy the code that did that on a project tab. However I can't find the code that does this.
Any pointers you can give me would be highly appreciated.
TL;DR: Need to know how to filter issues and display them in a project tab.
1) how to filter issues
Please look here: https://confluence.atlassian.com/display/JIRA/__Searching+in+JIRA
2) display them in a project tab.
Here is the answer: JIRA Plugins - How to add webwork action to a project panel?