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/developerportal/maia-plan.md
+30-1Lines changed: 30 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ After you click **Start Building**, the **Start Development** window is displaye
122
122
***Prioritize** – Click the **Connect Planning Tool** button in the **Prioritize** section to select the project management tool you want to use for organizing and planning your work. This opens the **Connect Planning Tool** window, where you can select one of these options:
123
123
124
124
***Mendix Planning Board (default)** – Use the Mendix planning board, where you can reorganize the sprints as needed.
125
-
***Jira** – Use Jira to organize and prioritize your work. To do that, you need to follow the [steps described on the Jira page](/developerportal/project-management/jira-connector/#procedure) in the *Apps*section.
125
+
***Jira** – Use Jira to organize and prioritize your work. To do that, follow the steps in the [Connecting to Jira](#connect-jira)section.
126
126
Make sure that the [prerequisites for using Jira](/developerportal/project-management/jira-connector/#prerequisites) are met.
127
127
128
128
{{% alert color="info" %}}
@@ -132,3 +132,32 @@ After you click **Start Building**, the **Start Development** window is displaye
132
132
***Build** – Click the **Open in Studio Pro** button in the **Build** section to open Studio Pro, where you can continue working on the new app. Studio Pro does not currently take into account [recommended components](#recommender).
133
133
134
134
For details, refer to [Maia Make](/refguide/maia-make/) in the Studio Pro documentation.
135
+
136
+
#### Connecting Maia Plan to Jira {#connect-jira}
137
+
138
+
Follow these steps to connect Maia Plan to Jira.
139
+
140
+
##### New Jira Projects
141
+
142
+
1. Create a new Jira project.
143
+
2. Ensure that the default board has the correct project filter. To do that, follow these steps:
144
+
145
+
1. Find your **Project key**. The project key is the short code that Jira assigns to your project. You can find it next your project name, in the top left corner of your Jira project. It is also available in the **Project Settings** window, which you can access from the context menu of your project.
146
+
2. Click **Board Settings** in the context menu of your board.
147
+
{{< figure src="/attachments/developerportal/maia/board-settings-option.png" alt="Board Settings button in Jira" >}}
148
+
3. Set the filter to *project = <ProjectKey>*.
149
+
150
+
##### Existing Jira Projects
151
+
152
+
1. Open your existing Jira project.
153
+
2. Select the board you want to use with Maia Plan, or create a new one.
154
+
3. Ensure the board includes a filter for the project's Jira key:
155
+
156
+
* For an existing board:
157
+
158
+
1. Open **Board Settings**.
159
+
2. Confirm that the filter is set to *project = <ProjectKey>*.
160
+
161
+
* For a new board, select **All work items from your space**.
162
+
{{% alert color="warning" %}} When you select **All work items from your space**, a consolidated backlog view is created. This view includes work items from all boards in the project, not just those managed through Maia Plan. {{% /alert %}}
0 commit comments