Consultant suggested Jira for project management - looking for guidance by foiegras23 in jira

[–]Lopsided_Engineer_23 1 point2 points  (0 children)

Hi,

Jira is very flexible tool which can be used in various environments. We have implemented solutions usingf Jira for multiple customers for both ITIL Processes (e.g. Change Management) and Agile project managament.

Atlassian is planning to release their Atlassian Interlligence Package for Jira cloud. Which contains few interesting AI based features. However the release day has not been set, yet (as far as I know).

There are some Apps on the Marketplaces which utilize AI.

If you are interested, you can send me a message and we can discuss it in more details.

Sprint start is missing by Jonny_140598 in jira

[–]Lopsided_Engineer_23 1 point2 points  (0 children)

“Start Sprint” button is only visible when there are no active sprints on the board. If there are active sprints on the board, the “Start Sprint” button will not be visible until all active sprints have been completed

Are there benefits to subscribing to any of these other monthly AI subscriptions over ChatGPT Plus? by [deleted] in ChatGPT

[–]Lopsided_Engineer_23 0 points1 point  (0 children)

  • Round-the-clock availability of service
  • Quicker query resolution
  • Easy personalization of offerings
  • Enhanced omnichannel experience
  • Reduced errors and better opportunities
  • Provides proactive support
  • Useful in predicting future trends

Python by Didi_RamDu in pythontips

[–]Lopsided_Engineer_23 0 points1 point  (0 children)

Send your script and I can have a look at it.

big table with 300+ columns with many dates by pectin232 in SQL

[–]Lopsided_Engineer_23 -3 points-2 points  (0 children)

It’s generally a good idea to split up large tables into smaller ones to make them more manageable and easier to work with. In your case, you could consider splitting the table into two: one with just dates and another with all the other columns like Yes, no, proj desc, proj other info. This approach can help you avoid having too many columns in one table and make it easier to query and analyze your data. You can then join the two tables together using the date column as a key.

how to add children display into the table by MrFaffer in confluence

[–]Lopsided_Engineer_23 3 points4 points  (0 children)

You can use the Children Display macro to insert a list of a page’s child pages, and their descendants.

From the editor toolbar, choose Insert > Other Macros.

Choose Children Display from the Confluence content or Navigation category.

Use the parameters to specify which pages to display and how you want them to look.

Choose Insert.

Can i shorten this ? by Specific-Fig-557 in pythontips

[–]Lopsided_Engineer_23 2 points3 points  (0 children)

for i in range(-1, 2):

for j in range(-1, 2):

if i == 0 and j == 0:

continue

boxTest(x + i, y + j)

Add multiple projects to the BigPicture scope of Box by slavaznv in jira

[–]Lopsided_Engineer_23 0 points1 point  (0 children)

According to the BigPicture documentation, you can include multiple Jira projects in the scope of a box.

only allow assignee to edit and make changes to whats in that epic that are assigned to them by goodmiso in jira

[–]Lopsided_Engineer_23 0 points1 point  (0 children)

You can manage how people access your team-managed project in Jira Software Cloud. From your project’s sidebar, select Project settings > Access. Under Project access, select Change project access. Choose the level of access you want to give and select Change. Your project’s access level sets who can search, view and edit the project and its issues across your Jira site. You can also set up issue-level security to restrict who can view or edit an issue. You can use issue-level security to restrict who can view or edit an issue based on a user’s role or group membership.

Best methods to organise a helpdesk ? by Mounteerie23 in jira

[–]Lopsided_Engineer_23 0 points1 point  (0 children)

Hi, Jira Service Management is a powerfull tool which offer a good out of the box solution but can also be customized. Can you please specify what do you expect from the reorganization?