JIRA/Greenhopper - Alter fields in the "Add Sub-task" form - jira

In Greenhopper, when I am in the Task Board, I have parent tasks and click the gear icon -> Add Sub-Task. The form opens up to add sub-tasks, sub-features, whatever. Does anyone know if there is a way to configure what fields show up on this form popup?

They changed how this works, you don't have to mess with JIRA's "screens" anymore. Just go into Tools > Configuration > Card Styles in Greenhopper and add fields to the card view for your issue types.

As much as I hate to post a "me too" non-answer, this isn't as easy as it appears. The screen that's spawned isn't the workflow screen, nor the default screen, nor the screens that are configured for create/edit/view for the specified issue type in the relevant screen scheme. This is baffling.

In Jira 4.4 you can do it in Administration mode on Issue types page.
Select 'Administration' > 'Issues' > 'Issue Types' > 'Sub-Tasks' (tab) to open the 'Sub-Tasks' page.
http://confluence.atlassian.com/display/JIRA/Configuring+Sub-tasks

Related

Add custom button for Jira issue

Is it possible to add button in jira issue without any add-on plugins?
I need one button in issue page, after click on button I should redirect to given button url along with some issue details as parameters.
If you goal to do it without any add-on - try use Announcement banner. You can include js script to banner and draw button from this script by any way easy to you. Announcement banner runs in every single Jira page. Therefore perhaps better to determine that user is on issue page through check url path or page content or whatever else before draw a button.
You can also use any of these addons:
JsIncluder (you can easily include custom JS per project or issue type) (FREE)
ScriptRunner (and its Web Fragments) (PAID)

How to install .PRI printer definitions on SAP?

I'm trying to help a customer with SAP printing. I have the .PRI definition files from the printer Vendor. Where in SAP would the Printer definitions get loaded and/or configured?
Use following steps:
Go to transaction SPAD
Press button "Full administration", then the number of available buttons will increase
Select tab "Device types"
Press "Display" button against the device type field and you will see the list of all the available device types in the system
There press edit button and then edit panel buttons will appear on the right which allow to add another type
After filling all mandatory fields go to this menu
and here it is

Umbraco - editing preview window sidebar options

I have a project which is using Umbraco v7.7.9 installed with nuget.
I was wondering if it is possible to change the buttons displayed in the sidebar section when a user selects to preview a content node. Particularly I want to remove the option that allows the user to close the preview.
The reason I want to hide this option is because some of the content the backoffice users will be previewing will not actually be published yet so clicking the close preview button causes an error.
I first asked this question on the Umbraco forums but haven't received a response yet, here is the link to the question: https://our.umbraco.org/forum/extending-umbraco-and-using-the-api/90878-editing-preview-window-sidebar-options
Thank you in advance.
Currently no - it would not be possible without doing hacks in the Core that would be overwritten when you upgrade your site (unless you manually merge your changes in when updating).
If you however don't mind doing that - the file used for the preview function is /umbraco/preview/index.html. You should look for the element with an exitPreview() click handler attached to it.
In later versions (7.10+) this modification will have to be done in /umbraco/Views/Preview/Index.cshtml instead, as these static files will be changed to MVC actions.

Can /consoleText be made the default console page in Jenkins?

Is there any setting I can change in Jenkins to make /consoleText the default page for console outputs? Right now, I have to click on console, and then click on the View as plain text link to get this page.
PS: I'm open to "hack" suggestions, if there's no way to officially do this in Jenkins.
Edit: While I'd be perfectly happy with just making /consoleText as the default page, what would be even better would be to replace the View as plain text link with a View dynamic log link, so that I can access the console link too, in case I need it.
You can try the Sidebar-Link Plugin which will give you the ability to add side links on various Jenkins pages like the build, top level, etc.

Firefox SDK: simpre-prefs: is it possible to change the label of the control-button?

I am writing code that capture hotkey after user press control-button in preferences of addon - I want to change the label when user push the button and change again when user push some keys (to display the new hotkey). Official documentation about simple-prefs not mention that I can change something visual in loaded preferences view and in debug I looked into object prefs and saw that my preferences is just a strings - only the values and types.
I do not think you can unless you hack the preferences page. I saw your other question and the example add-on from the answer. It's not using simple-prefs and I don't think it's a great user experience either. I have the same problem and was thinking to use a control button to bring up a panel on which you can listen to the keystrokes and print them there. A panel is all html so you can do whatever you like.

Resources