How To Hide the Create Issue button from JIRA top bar - hide

I need help to How To Hide the Create Issue button from JIRA top bar
Please help me in this regard
Reg
Nitesh

Start with the docs at https://confluence.atlassian.com/display/JIRA/Managing+Project+Permissions and set the Create Issue permission

Related

Can we conditionally hide "Help" menu options in Maximo start center?

Is it possible to hide help menu options conditionally in Maximo start center. I have tried by associating sigoption and condition to a help menu item in MENUS.xml but it doesn't work.
Personally, I don't think it makes sense to do this particularly since the Maximo help is available online anyway but that being said, if you're intent on going ahead with your requirement, one option is to use the help grid control in place of the help menu.
You could add help grid controls to the application screen(s) you wish to provide help for and set the HTML Content property of the control to some relevant help text then use the More Information property of the control to link to the Out of the Box help file, for example:
com.ibm.mbs.doc,company/c_companies_application.html
You can get the appropriate text for the More Information property for the Help Grid control from the existing Application Help property value of the Application's Presentation properties. By removing the Application Help property value the Help menu item for the application will no longer function.
The help grid control can also have a Signature Option and conditional properties.

Acumatica T100(Setting ComboBox at Runtime) enable property not available for edstatus

I'm having an issue following this lesson exercise here's an image of the instructions. When I have the edStatus field selected the enable property is not available for me to change.Here is an image of the layout editor with edStatus selected. Other fields have the enable ExtProperty but this specific field I can't locate it to complete the exercise. Any input would be greatly appreciated. Thank you
Just realized that you can set the enabled property even if not listed via the layout editor through the source code. Hopes this helps anyone else stuck on this issue.

MergExt Datagrid Scroller

Is there anyway I can use the MergExt Datagrid Scroller without Drop Tools. I am unable to get Drop Tools as they don't yet have a version that works with Livecode Community. If anybody could give me any help it would be greatly appreciated.
Thanks
Sure there is. Like this:
Set the mainstack of the mergDataGridScroller stack to the mainstack of your app
Create a DataGrid
Create a group that wraps the datagrid and set it's margins to 0
set the behavior of the wrapper group to the long id of btn "mergDataGridScroller Behavior" of stack "mergDataGridScroller"
You should be good to go now.
I know Ken is working on DropTools for LC Community but I also know he's a busy guy ;-)

Display Drupal 7 Custom Menu

I created a custom menu, named "footer-link", and i created links under it.
How do i display it? Can someone help me thanks!
Some snippet i tried
menu_navigation_links('footer-link'), 'attributes' => array('class'=> array('links', 'site-menu')) ));?>
Go to "Structure" on your admin panel. And then click on "Blocks".
You should see a list of blocks available. You will also see a block for your custom menu.
There you can select the region where you want your link to be displayed.
I hope this helps. It is a very simple question you asked. Im surprised noone's answered yet.

setfocus() in form or items of j2me application

I had used the normal form in my project.
In that form i had used the item
1)textfield
2)ChoiceGroup
I want to set focus on choice group when the from appears.How do i get this.
Please help me.
You can try
Display.getDisplay(this).setCurrentItem(choiceGroup);

Resources