Atlassian jira 4.2 download
In our tests, exporting , issues each with 10 custom field values required 57MB of memory compared to almost 2GB before this change. You can safely increase the limit, but keep in mind that many big exports will still affect Jira performance. To change the limit, have a look at Jira advanced settings. Jira Service Management Documentation. Unable to load. In this section Issues resolved in 4.
Related content No related content found. Still need help? The Atlassian Community is here for you. More Interested in trying a shiny new version? Issues resolved in 4. Was this helpful? Yes No It wasn't accurate. It wasn't clear.
It wasn't relevant. Powered by Confluence and Scroll Viewport. It is possible to define multiple user directories in Jira. However, if you enable SSO integration, you will only be able to authenticate as users from the Crowd server defined in the crowd. You can read more about optional settings in the crowd.
To improve performance on page-loading in Jira, we recommend that you disable the auto-complete function in Jira's 'User Picker' popup screens. Follow the instructions in the Jira documentation.
More information: In our experience, disabling this feature in Jira helps performance for customers with extremely large user bases. If you leave this feature enabled and have adequate performance results in Jira, feel free to leave it enabled.
If you are using Jira 4. If the user is internally managed by Jira, Jira will prevent the removal of the user but if the user is managed by an external system such as Crowd, Jira will throw a DataAccessException. We recommend upgrading Jira or deactivating the user's account by removing them from the jira-users group. When a user managed by an external system such as Crowd is removed, any user associations in Jira will continue to be associated, with the username acting as a placeholder.
This username will not be listed in the User Browser and no profile exists for that user. Crowd 4. Unable to load. Data Center and Server 4. In this section Integrating Crowd with Atlassian Jira 4. Related content No related content found. Still need help? The Atlassian Community is here for you. Please check that this documentation applies to your version of Crowd Please check the Crowd release number in this documentation against your version of Crowd.
Do not deploy multiple Atlassian applications in a single Tomcat container. Returns all priority schemes. Deletes a priority scheme. All projects using deleted scheme will use default priority scheme afterwards.
Default priority scheme can't be deleted. Updates a priority scheme. Update will be rejected if issue migration would be needed as a result of scheme update. Priority scheme update with migration is possible from the UI. Gets a full representation of a priority scheme in JSON format. Returns all projects which are visible for the currently logged in user. If no user is logged in, it returns the list of projects that are visible when using anonymous access.
Contains a full representation of a project in JSON format. Converts the temporary avatar into the final one. Updates an avatar for a project. Uploads an image and creates a temporary avatar. Returns all avatars which are visible for the currently logged in user.
The avatars are grouped into system and custom. Returns all versions for the specified project. Results are paginated. Results can be ordered by the following fields: sequence name startDate releaseDate. Removes the property from the project identified by the key or by the id. Ths user removing the property is required to have permissions to administer the project. Sets the value of the specified project's property. You can use this resource to store a custom data against the project identified by the key or by the id.
The user who stores the data is required to have permissions to administer the project. Returns the value of the property with a given key from the project identified by the key or by the id. The user who retrieves the property is required to have permissions to read the project.
Updates a project role to include the specified actors users or groups. For user actors, their usernames should be used. Adds an actor user or group to a project role. Deletes actors users or groups from a project role.
Gets a notification scheme associated with the project. Assigns project with priority scheme. Priority scheme assign with migration is possible from the UI. Operation will fail if migration is needed as a result of operation eg. Gets a full representation of a priority scheme in JSON format used by specified project. User must be global administrator or project administrator.
Unassigns project from priority scheme. Operation will fail for defualt priority scheme, project is not found or project is not associated with provided priority scheme. Returns all security levels for the project that the current logged in user has access to.
If the user does not have the Set Issue Security permission, the list will be empty. Returns all the project types defined on the JIRA instance, not taking into account whether the license to use those project types is valid or not. Returns the project type with the given key, if it is accessible to the logged in user. This takes into account whether the user is licensed on the Application that defines the project type.
Modify a project category via PUT. Case insensitive String indicating type of reindex. Indicates that comments should also be reindexed.
Not relevant for foreground reindex, where comments are always reindexed. Indicates that changeHistory should also be reindexed.
Not relevant for foreground reindex, where changeHistory is always reindexed. Returns information on the system reindexes. If a reindex is currently taking place then information about this reindex is returned. If there is no active index task, then returns information about the latest reindex task run, otherwise returns a indicating that no reindex has taken place. If omitted, then defaults to the standard behaviour and returns information on the active reindex task, or the last task to run if no reindex is taking place.
If there is no reindexing task with that id then a is returned. Reindexes one or more individual issues. Indexing is performed synchronously - the call returns when indexing of the issues has completed or a failure occurs. Executes any pending reindex requests. Execution is asynchronous - progress of the returned tasks can be monitored through other REST calls.
Retrieves the progress of a multiple reindex requests. Only reindex requests that actually exist will be returned in the results. The created role does not have any default actors assigned. Adds default actors to the given role.
The request data should contain a list of usernames or a list of groups to add. Searches for issues using JQL. Expanding Issues in the Search Result: It is possible to expand the issues returned by directly specifying the expansion on the expand parameter passed in to this resources. For instance, to expand the "changelog" for all the issues on the search result, it is neccesary to specify "changelog" as one of the values to expand.
The maximum allowable value is dictated by the JIRA property 'jira. Returns the result of the last upgrade task. Response seeOther java. Modify user. Create user. By default created user will not be notified with email. If password field is not set then password will be randomly generated. Removes user and its references like project roles associations, watches, history.
Note: user references will not be removed if multiple User Directories are used and there is a user with the same name existing in another directory shadowing user. Returns a list of users that match the search string and can be assigned issues for all the given projects. Returns a list of users that match the search string.
Please note that this resource should be called with an issue key when a list of assignable users is retrieved for editing. For create only a project key should be supplied. The list of assignable users may be incorrect if it's called with the project key for editing. Creating a temporary avatar is part of a 3-step process in uploading a new avatar for a user: upload, crop, confirm.
Returns the default columns for the given user. Admin permission will be required to get columns for a user other than the currently logged in user.
Sets the default columns for the given user. Reset the default columns for the given user to the system default. Returns a list of active users that match the search string and have all specified permissions for the project or issue. Returns a list of users matching query with highlighting. Returns a list of active users that match the search string. This resource cannot be accessed anonymously and requires the Browse Users global permission.
Given an issue key this resource will provide a list of users that match the search string and have the browse issue permission for the issue provided. Removes the property from the user identified by the key or by the id. Ths user removing the property is required to have permissions to administer the user. Sets the value of the specified user's property. You can use this resource to store a custom data against the user identified by the key or by the id. The user who stores the data is required to have permissions to administer the user.
Returns the value of the property with a given key from the user identified by the key or by the id. The user who retrieves the property is required to have permissions to read the user. Modify a version's sequence within a project. The move version bean has 2 alternative field value pairs: position An absolute position, which may have a value of 'First', 'Last', 'Earlier' or 'Later' after A version to place this version after.
The value should be the self link of another version. Modify a version via PUT. The version to set fixVersion to on issues where the deleted version is the fix version, If null then the fixVersion is removed.
The version to set affectedVersion to on issues where the deleted version is the affected version, If null then the affectedVersion is removed. Create a remote version link via POST. Example Returned if the remote version link is created or updated successfully. The document has no content, and a. Trying to update a property that does not exist will result in a new property being added.
Delete a property from the passed transition on the passed workflow. It is not an error to delete a property that does not exist. Set this to true in order to include the non-editable keys in the response. Create a new workflow scheme. The body contains a representation of the new scheme. Values not passed are assumed to be set to their defaults.
Update the passed workflow scheme. The body of the request is a representation of the workflow scheme. Values not passed are assumed to indicate no change for that field. Values not appearing the body will not be touched. Set the default workflow for the passed workflow scheme. Pagination Jira uses pagination to limit the response size for resources that return a potentially large collection of items. Ordering Some resources support ordering by a specific field.
Error responses Most resources will return a response body in addition to the status code. Global permissions will still be returned for all scopes. Request query parameters parameter type description projectKey string - key of project to scope returned permissions for.
Returned if the property does not exist or the currently authenticated user does not have permission to view it. Returned if the property exists and the currently authenticated user has permission to edit it. Returned if the currently authenticated user does not have permission to edit the property. Returned if the current user does not have permission to edit roles. Returned if the If-Match header is not null and contains a different version to the server.
Optional: If versionHash is passed through the If-Match header the request will be rejected if not the same as server Request header parameters parameter type description If-Match string the hash of the version to update. Responses Status Removal was successful. The calling user is not permitted to remove the requested attachment.
Any of: there is no attachment with the requested id attachments feature is disabled. Output is human-readable and subject to change. Valiation failed. For example filesize is beyond max attachment size.
Returned if an error occurs while converting temporary avatar to real avatar. Responses Status if node's state is not offline. Responses Status if the node is active and alive, no need to use this method. Returned if the calling user does not have permission to browse the comment. Returned if the comment with given key or id does not exist or if the property with given key is not found.
Responses Status Returned if the comment key or id is invalid. Returned if the calling user does not have permission to edit the comment. Responses Status Returned if the comment property is successfully updated. Returned if the calling user does not have permission to administer the comment. Returned if the caller is not logged in and does not have permission to create components in the project. Returned if the caller is authenticated and does not have permission to create components in the project.
Returned if the project does not exist or the currently authenticated user does not have permission to view it. Returned if there is no component with the given key, or if the calling user does not have permission to view the component.
Returned if the component exists and the currently authenticated user has permission to edit it. Returned if the currently authenticated user does not have permission to edit the component.
Returned if the component does not exist or the currently authenticated user does not have permission to view it. Request query parameters parameter type description moveIssuesTo string The new component applied to issues whose 'id' component will be deleted.
Responses Status Returned if the component is successfully deleted. Returned if the currently authenticated user does not have permission to delete the component.
Returned if the Custom Field Option does not exist, or is not visible to the calling user. Request query parameters parameter type description filter string an optional filter that is applied to the list of dashboards.
Returned if there is no dashboard with the specified id, or if the user does not have permission to see it. Returned if the dashboard item with given id does not exist or user does not have permissions to view it. Responses Status Returned if the dashboard item id is invalid.
Returned if the calling user does not have permission to edit the dashboard item. Responses Status Returned if the dashboard item property is successfully updated. Returned if the calling user does not have permission to administer the dashboard item. Returned if the input is invalid e. Returned if there is a problem updating up the filter of the given id. Responses Status Returned if an error occurs. Returned if an error occurs while retrieving the column configuration.
Responses Status Returned if an error occurs while retrieving the column configuration. Returned when filter with given id does not exist or when the user does not have permissions to view the filter. Returned given permission input bean is invalid or when user does not have the permission to share filters or when the user cannot edit the given filter. Returned when filter or permission with given id does not exist or when the user does not have permissions to view the filter.
Returned if there is a problem looking up preferences for the logged-in user. Returned if there is a problem setting the preferences for the logged-in user. Returned if user requested an empty group name or group already exists. Returned if the current user does not have administrator permissions.
Request query parameters parameter type description groupname string A name of requested group. Currently only available expand is "users". Returns no content Request query parameters parameter type description groupname string mandatory The name of the group to delete. Request query parameters parameter type description groupname string a name of the group for which members will be returned.
Returns the current state of the group. Returned if user requested an empty group name or the user already belongs to the group. Returned if the requested group was not found or requested user was not found. Returns no content Request query parameters parameter type description groupname string A name of requested group. Returned if the requested group was not found or the requested user wan not found.
Request query parameters parameter type description query string A string used to search username, Name or e-mail address maxResults int the maximum number of users to return defaults to Returned if the user does not have permission to view users and groups.
This can be an issue id, or an issue key. If the issue cannot be found via an exact match, JIRA will also look for the issue in a case-insensitive way, or by looking to see if the issue was moved.
In either of these cases, the request will proceed as normal a or other redirect will not be returned. The issue key contained in the response will indicate the current value of issue's key.
The expand param is used to include, hidden by default, parts of response. This can be used to include: renderedFields - field values in HTML format names - display name of each field schema - schema for each field which describes a type of the field transitions - all possible transitions for the given issue operations - all possibles operations which may be applied on issue editmeta - information about how each field may be edited.
It contains field's schema as well. Some field may contain more recent versions. RESET representations are numbered. The greatest number always represents the most recent version. It is recommended that the most recent version is used. After including versionedRepresentations "fields" field become hidden.
Request query parameters parameter type description fields string the list of fields to return for the issue. By default, all fields are returned. By default no properties are returned.
Returned if the requested issue is not found, or the user does not have permission to view it. Request query parameters parameter type description deleteSubtasks string a String of true or false indicating that any subtasks should also be deleted. Returned if the calling user does not have permission to delete the issue. Request query parameters parameter type description notifyUsers boolean Default: true send the email with notification that the issue was updated to users that watch it.
Returned if the user doesn't have permissions to disable users notification. Responses Status Returned if the user is not logged in. Returned if the currently authenticated user does not have permission to archive the issue or doesn't have DC license or issue is already archived. Returned if there is a problem with the received user representation. Returned if the calling user does not have permission to assign the issue. Request query parameters parameter type description startAt long the page offset, if not specified then defaults to 0 maxResults int how many results on the page should be included.
Defaults to Returned if the requested comment is not found, or the user does not have permission to view it. Responses Status Returned if the input is invalid e. Returned if the requested issue is not found or the user does not have permission to view it. Request query parameters parameter type description globalId string The id of the remote issue link to be returned.
Returned if the calling user does not have permission to view the remote issue links, or if issue linking is disabled. Request query parameters parameter type description globalId string the global id of the remote issue link Responses Status Returned if the calling user is not authenticated.
Returned if the calling user does not have permission to delete the remote issue link, or if issue linking is disabled. Returned if the linkId is not a valid number, or if the remote issue link with the given id does not belong to the given issue. Returned if the calling user does not have permission to view the remote issue link, or if issue linking is disabled. Any fields not provided are set to null. Returned if the calling user does not have permission to update the remote issue link, or if issue linking is disabled.
Responses Status Returned if the calling user is not authenticated. Returned if the currently authenticated user does not have permission to restore the issue or doesn't have DC license or issue is not archived. The issue does not exist or the user does not have permission to view it. Returned if the user cannot remove a vote for any reason. The user did not vote on the issue, the user is the reporter, voting is disabled, the issue does not exist, etc.
Responses Status Nothing is returned on success. Returned if the user cannot vote for any reason. The user is the reporter, the user does not have permission to vote, voting is disabled in the instance, the issue does not exist, etc. Returned if the user cannot view the issue in question or voting is disabled. Request Example "fred". Returned if the calling user does not have permission to add the watcher to the issue's list of watchers.
Request query parameters parameter type description username string a String containing the name of the user to remove from the watcher list. Must not be null. Responses Status Returned if a user name query parameter is not supplied. Returned if the calling user does not have permission to remove the watcher from the issue's list of watchers.
Request query parameters parameter type description adjustEstimate string optional allows you to provide specific instructions to update the remaining time estimate of the issue. Will automatically adjust the value based on the new timeSpent specified on the worklog newEstimate string required when "new" is selected for adjustEstimate the new value for the remaining estimate field. Returned if the calling user does not have permission to add the worklog.
Returned if the work log with the given id does not exist or if the currently authenticated user does not have permission to view it. Note that: Fields possible for editing are: comment, visibility, started, timeSpent and timeSpentSeconds.
Either timeSpent or timeSpentSeconds can be set. Fields which are not set will not be updated. For a request to be valid, it has to have at least one field change. Returned if the calling user does not have permission to update the worklog. Returned if the calling user does not have permission to delete the worklog. Request query parameters parameter type description notifyUsers boolean Default: false send the email with notification that the issue was updated to users that watch it.
Returned if the issue is successfully archived. Request query parameters parameter type description projectIds string combined with the projectKeys param, lists the projects with which to filter the results.
Returned if the user does not have permission to view any of the requested projects. Request query parameters parameter type description query string the query. Returned if attachments is disabled or if you don't have permission to add attachments to this issue. Returned if the requested issue is not found, the user does not have permission to view it, or if the attachments exceeds the maximum configured attachment size.
0コメント