You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/pluggable-widgets/pluggable-widgets-client-apis/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -516,7 +516,7 @@ interface FormatValueConfig {
516
516
}
517
517
```
518
518
519
-
For the reference of the API, you can refer to the [API documentation](/apidocs-mxsdk/apidocs/pluggable-widgets-client-apis-parser/).
519
+
For the reference of the API, you can refer to the [API documentation](https://apidocs.rnd.mendix.com/11/client-mx-api/module-mx-api_parser.html).
Copy file name to clipboardExpand all lines: content/en/docs/developerportal/project-management/jira-connector.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ If you are a Scrum Master of a Mendix app, you can link your app to Jira if you
23
23
* For a team-managed board, the **Stories** pane shows all stories from your board, which may include your backlog. If you do not wish to see backlog stories in Studio Pro, consider setting up your board without a backlog, and using a separate board to manage your backlog.
24
24
25
25
* Allows you to change the status of a story or mark a task as **Done** from the [Stories pane](/refguide/stories-pane/) in Studio Pro.
26
-
* Converting your [feedback items](/developerportal/app-insights/feedback/) in App Insights will result in a story in Jira.
26
+
* Converting your [feedback items](/developerportal/app-insights/feedback/) in App Insights results in a story in Jira.
27
27
28
28
## Limitations
29
29
@@ -32,15 +32,16 @@ As we further develop this feature, we may lift these limitations with future re
32
32
{{% /alert %}}
33
33
34
34
* Feedback issues, and stories from Epics are not migrated to Jira.
35
-
* When a feedback item is being converted to an issue, the story type, title, and description of the issue will be set. If your Jira configuration requires additional mandatory fields, this process might not work.
35
+
* When a feedback item is being converted to an issue, the story type, title, and description of the issue are set. If your Jira configuration requires additional mandatory fields, this process might not work.
36
36
37
37
## Prerequisites
38
38
39
39
* You need to have the [Scrum Master](/developerportal/general/app-roles/#team-roles) role for the app.
40
40
* You need to have an active subscription to Jira Software Cloud.
41
+
{{% alert color="info" %}} Local or on-premises installations are not supported.{{% /alert %}}
41
42
* You need to have a project in Jira with a Scrum board, a Kanban board, or a team-managed board.
42
-
* You need to have a user account and API token with administration rights to the project in Jira. For more information on how to get this API token, see[Manage API tokens for your Atlassian account](https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/).
43
-
* To convert feedback items to stories in Jira, your project in Jira must have the issue types "Story" and "Bug". For more information on how to set up issue types for your project, see[Associate issue types with projects](https://support.atlassian.com/jira-cloud-administration/docs/associate-issue-types-with-projects/).
43
+
* You need to have a user account and API token with administration rights to the project in Jira. For more information on how to get this API token, refer to[Manage API tokens for your Atlassian account](https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/).
44
+
* To convert feedback items to stories in Jira, your project in Jira must have the issue types **Story** and **Bug**. For more information on how to set up issue types for your project, refer to[Associate issue types with projects](https://support.atlassian.com/jira-cloud-administration/docs/associate-issue-types-with-projects/).
44
45
45
46
## Procedure
46
47
@@ -55,10 +56,10 @@ To connect your app to Jira, perform the following steps:
55
56
4. Click **Connect Jira**. The **Set Up Jira Configuration** dialog box opens.
56
57
Fill in the information as follows:
57
58
58
-
***URL Jira Environment**: This is the URL of your company’s environment within the Jira platform, as provided by Jira. This URL usually looks like this: `https://my-company.atlassian.net`.
59
-
***Project Key**: This is the unique key of your project within the Jira platform.
60
-
***Admin User**: This is the login name of a user on the Jira platform with project administration rights.
61
-
***API Token**: This is a valid API token issued by the Jira platform and assigned to the above-mentioned admin user. For more information on how to get this API token, see[Manage API tokens for your Atlassian account](https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/).
59
+
***URL Jira Environment** – This is the URL of your company’s environment within the Jira platform, as provided by Jira. This URL usually looks like this: `https://my-company.atlassian.net`.
60
+
***Project Key** – This is the unique key of your project within the Jira platform.
61
+
***Admin User** – This is the login name of a user on the Jira platform with project administration rights.
62
+
***API Token** – This is a valid API token issued by the Jira platform and assigned to the above-mentioned admin user. For more information on how to get this API token, refer to[Manage API tokens for your Atlassian account](https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/).
62
63
63
64
5. Click **Next**.
64
65
@@ -72,7 +73,7 @@ Once the activation is completed, your app is connected to Jira. You can see the
72
73
73
74
* If you connect your app to a Scrum board in Jira, the **Stories** pane shows all stories from all your active Sprints.
74
75
* If you connect your app to a Kanban board, the **Stories** pane shows all stories from your board, taking the filter and sub-query of the board settings into account, ordered by story key.
75
-
* You can find the filters and sub-query in the board settings in Jira (for more information, see[Configure a company-managed board](https://support.atlassian.com/jira-software-cloud/docs/configure-a-company-managed-board/)).
76
+
* You can find the filters and sub-query in the board settings in Jira. For more information, refer to[Configure a company-managed board](https://support.atlassian.com/jira-software-cloud/docs/configure-a-company-managed-board/)).
76
77
* If you connect your app to a team-managed board, the **Stories** pane shows all stories from your board, which may include your backlog.
77
78
* If you do not wish to see backlog stories in Studio Pro, consider setting up your board without a backlog, and using a separate board to manage your backlog.
78
79
* The list of stories is ordered by the Jira story key.
@@ -90,6 +91,6 @@ After you activated the Jira connector, you can review the configuration details
90
91
91
92
If you need to connect to a different Jira environment, or need to rotate the API key used by the Jira connector, click **Edit Connection Details**. If you want to switch to a different Jira board within the same environment, click **Change Board**.
92
93
93
-
In order for the Jira connector to work, Mendix caches some information from your Jira board in our system. This include the name of the estimation field that you use to set story points, as well as the status schema that you use in your board. If this information changes in Jira, you may need to refresh the cache by clicking **Reconnect**.
94
+
In order for the Jira connector to work, Mendix caches some information from your Jira board in our system. This includes the name of the estimation field that you use to set story points, as well as the status schema that you use in your board. If this information changes in Jira, you may need to refresh the cache by clicking **Reconnect**.
94
95
95
-
If you no longer wish to use the Jira connector, simply click **Deactivate Connection**. This will revert your project management tool automatically to [Epics](/developerportal/project-management/epics/).
96
+
If you no longer wish to use the Jira connector, simply click **Deactivate Connection**. This reverts your project management tool automatically to [Epics](/developerportal/project-management/epics/).
description: "Documents the Private Mendix Platform's compliance with the AC-02 (02) control of the NIST 800-53 framework."
6
+
weight: 20
7
+
---
8
+
9
+
## Introduction
10
+
11
+
This document describes how Private Mendix Platform fulfills the AC-02 (02) control.
12
+
13
+
| Control ID | AC-02 (02) |
14
+
| --- | --- |
15
+
| Control category | AC - Access Control |
16
+
| Requirement baseline | FEDRAMP MODERATE |
17
+
| Responsibility and ownership | Customer - Org |
18
+
19
+
## Control
20
+
21
+
The information system automatically removes or; disables temporary and emergency accounts after an: organization-defined time period for each type of account.
22
+
23
+
### Supplemental Guidance
24
+
25
+
This control enhancement requires the removal of both temporary and emergency accounts automatically after a predefined period of time has elapsed, rather than at the convenience of the systems administrator.
26
+
27
+
## Responsibility
28
+
29
+
### Customer Responsibility
30
+
31
+
Private Mendix Platform does not provision temporary or emergency accounts outside of normal pre-provisioning and login (SSO) mechanisms.
32
+
33
+
## Guidance
34
+
35
+
### Customer Responsibility
36
+
37
+
To effectively manage temporary and emergency accounts, organizations should:
38
+
39
+
* Define specific time limits for each type of account based on operational needs and security requirements.
40
+
* Configure the information system to automatically disable or remove these accounts once the defined period expires.
41
+
* Regularly review account activity and ensure that no temporary or emergency account remains active beyond its authorized timeframe.
42
+
* Document the procedures for account creation, monitoring, and removal to ensure compliance and accountability.
description: "Documents the Private Mendix Platform's compliance with the AC-02 (07) control of the NIST 800-53 framework."
6
+
weight: 20
7
+
---
8
+
9
+
## Introduction
10
+
11
+
This document describes how Private Mendix Platform fulfills the AC-02 (07) control.
12
+
13
+
| Control ID | AC-02 (07) |
14
+
| --- | --- |
15
+
| Control category | AC - Access Control |
16
+
| Requirement baseline | FEDRAMP MODERATE |
17
+
| Responsibility and ownership | Customer - Org |
18
+
19
+
## Control
20
+
21
+
The organization:
22
+
23
+
* Establishes and administers privileged user accounts in accordance with a role-based access scheme that organizes allowed information system access and privileges into roles.
24
+
* Monitors privileged role assignments.
25
+
* Takes organization-defined actions when privileged role assignments are no longer appropriate.
26
+
27
+
### Supplemental Guidance
28
+
29
+
Privileged roles are organization-defined roles assigned to individuals that allow those individuals to perform certain security-relevant functions that ordinary users are not authorized to perform. These privileged roles include, for example, key management, account management, network and system administration, database administration, and web administration.
30
+
31
+
## Responsibility
32
+
33
+
### Customer Responsibility
34
+
35
+
Customers are responsible for defining and documenting their organization-specific privileged roles in alignment with job functions and the principle of least privilege, establishing formal processes for requesting, approving, and provisioning privileged access within Private Mendix Platform. They must conduct periodic access reviews to ensure role assignments remain appropriate, and supplement the platform's built-in monitoring audit logging tools to capture a complete trail of privileged role changes.
36
+
37
+
Additionally, customers are responsible for defining and enforcing actions when privileged access is no longer appropriate — including integrating role revocation with Identity Provider (IdP) workflows to ensure timely de-provisioning upon employee offboarding or role changes, and establishing internal SLAs to govern the timeliness of such actions.
38
+
39
+
## Guidance
40
+
41
+
### Customer Responsibility
42
+
43
+
Privileged access to Private Mendix Platform is controlled through Role-Based Access Control (RBAC) that is driven by the customer's Identity Provider (IdP):
44
+
45
+
#### Authentication
46
+
47
+
Users authenticate through the customer's IdP (for example, Azure AD, Entra ID, or other SAML 2.0 or OIDC-compliant provider). The platform does not maintain independent credential stores for end users.
48
+
49
+
#### Role Assignment through IdP Claims or Groups
50
+
51
+
The customer's IdP asserts group memberships or role claims during authentication. These IdP groups or claims are mapped to corresponding Private Mendix Platform roles. This ensures that the customer retains centralized control over who holds privileged roles.
52
+
53
+
#### Access Enforcement
54
+
55
+
Upon authentication, the platform evaluates the user's IdP-asserted roles and grants or denies access to privileged actions accordingly. Users without the required privileged role mapping cannot access or execute privileged functions.
56
+
57
+
#### Lifecycle Management
58
+
59
+
When a user's group membership or role claim is modified or removed in the customer's IdP, their privileged access within Private Mendix Platform and Mendix applications is updated at the next authentication event. This ensures that privilege revocation is handled centrally through the IdP.
60
+
61
+
## Proof and Remarks
62
+
63
+
For more information on how Private Mendix Platform manages dynamic roles and groups, see [Dynamic Role Management in Private Mendix Platform](/private-mendix-platform/dynamic-role-management/#role-editing).
0 commit comments