refabridal.blogg.se

Issue checklist pro
Issue checklist pro













issue checklist pro
  1. Issue checklist pro update#
  2. Issue checklist pro code#

When "Save checklist data to Jira custom fields" option is disabled, then " Administer the host application" permission is not used.

Issue checklist pro update#

Update custom fields without sending notification email about issue update (so you don't get a notification every time someone ticks the checklist item). This way Issue Checklist can integrate with custom fields seamlessly and provide reach set of functionality without users required to manually add the custom fields to the screen (which is both burdensome and redundant).

  • Write data to custom fields even if the fields are not on the "Edit Issue" screen.
  • " Administer the host application" is related to custom fields integration. Where can I find Privacy Policy, Security Statement and Terms of Use documents? Overall, Issue Checklist and other Cloud apps cannot slow down Jira itself, but poorly written apps can slow down the browser and decrease web page responsiveness. Issue Checklist is written in React too and re-uses several components of the Atlassian UI components to provide the best client-side performance and user experience possible. For this reason, Atlassian is switching Jira Cloud client-side codebase to React which is one of the most popular and best performing Java Script frameworks. It relates to both Jira, Jira apps and any other web page.

    Issue checklist pro code#

    It is worth to note, that a lot of poorly performing JavaScript code loaded into a browser page might decrease the page performance and responsiveness. Jira page is loaded independently and should be responsive as soon as it is ready, despite app server performance. None of the above blocks Jira page rendering.

  • add-on panel/iframe is empty (if rendering UI is slow).
  • add-on panel/iframe shows typical "loading spinner" (when getting data from the server is slow because of poor connection or server performance issues).
  • issue checklist pro

    When Cloud add-on is slow for some reason, users can observe one of the two symptoms: Overall, Cloud add-ons (including Issue Checklist) do not block loading Jira pages. This way, Jira Issue View and other pages are fully responsive even if Cloud add-on is not ready yet (e.g still loading or trying to render UI).įollowing resources explain technical details of loading the iframe content in a browser: There are existing solutions to avoid blocking the "onLoad" event of the main page though. Technically, iframe content loads asynchronously but it can block the "onLoad" event of the main page.

    issue checklist pro

    This approach ensures security (iframe code cannot access the main page) but also lets the browser load the content of the add-on asynchronously without blocking the main page. Issue Checklist and all other add-ons for Jira Cloud (as opposed to Jira Server plugins) are loaded in separate iframes inside the Jira page.















    Issue checklist pro